@php $cont = $Template->text('h2 부분'.$cnt,'서브 텍스트'); @endphp

{{ $cont->str }} @if($cont->lnk != "#"){!! $cont->lnk !!}@endif

@if ($method=='edit')
코스를 넣을수 있는 방법입니다.

파일선택 : 이미지를 넣어주세요 86px / 86px
title : 타이틀을 넣어주세요
text : 설명을 넣어주세요 줄바꿈은 <br>를 넣어주세요
코스 하단 텍스트 : 코스 하단 텍스트입니다.
@endif @php $list = $Template->customList('코스'.$cnt , [ 'IMAGE' => 'Image', 'title', 'text' ]); @endphp
    @if(!empty($list)) @foreach($list as $cont)
  • @if(!empty($cont->IMAGE))
    @endif
    @if(!empty($cont->title))

    {!! $cont->title !!}

    @endif @if(!empty($cont->text))

    {!!$cont->text!!}

    @endif
  • @endforeach @endif
@php $text = $Template->text('코스 하단 텍스트'); @endphp

{!! $text->str !!}