@php $list = $Template->customList('유튜브'.$cnt, [ 'YoutubeId', 'YoutubeTitle' ]); @endphp
@if ($method=='edit')
유튜브 슬라이드 사용법 입니다.

YoutubeId : 유튜브에 아이디를 넣어주세요
YoutubeTitle : 유튜브 제목을 넣어주세요 유튜브 제목 안 넣으면 슬라이드 생성 안됩니다
@endif
@php $cont = $Template->text('섹션명'); @endphp {{ $cont->str }} @php $img = $Template->image('이미지'); @endphp
{{ $img->alt }}
@php $cont = $Template->text('섹션 설명'); @endphp

{!! $cont->str !!}