@php $img = $Template->image('백그라운드'); @endphp
@php $cont = $Template->text('section title'.$cont->class); @endphp

{{ $cont->str }}

@php $bestCollegeCheck = 1; @endphp @php $list = $Template->list('추천 학교'); @endphp
    @foreach($list as $cont)
  • @if ($cont->src)
    {{ $cont->alt }}
    @endif

    {{ $cont->alt }}

    {{ $cont->str }}

    @php $listCon = $Template->list($cont->alt.' 과정 특징 등등'); @endphp @foreach($listCon as $cont)

    {{ $cont->str }}

      @php $listConText = $Template->list($cont->str.'설명'.$bestCollegeCheck++); @endphp @foreach($listConText as $cont)
    • {{ $cont->str }}
    • @endforeach
    @endforeach
  • @endforeach