@php $cont = $Template->text('h2 - '.$cont->cnt); @endphp

{{ $cont->str }}

@if ($method=='edit')
image : 학교 로고를 넣어주세요
alt : 학교 이름 넣어주세요
content : 학교 설명를 넣어주세요
@endif @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