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

YoutubeId : 유튜브에 아이디를 넣어주세요
YoutubeTitle : 유튜브 제목을 넣어주세요 유튜브 제목 안 넣으면 슬라이드 생성 안됩니다
@endif
@php $html = $Template->text('작은 제목 적는 곳'); @endphp

{!! str_replace('
', "", $html->str) !!}

@php $html = $Template->text('큰 제목 적는 곳'); @endphp

{!! str_replace('
', "", $html->str) !!}