@php $img = $Template->image('백그라운드'.$cnt); @endphp
@if ($method=='edit')
백그라운드에 사진을 넣어주시고 타이틀을 써주세요
@endif @php $cont = $Template->text('h1 : 타이틀'.$cnt,'서브타이틀'); @endphp
{{ $cont->str }}
@if($cont->lnk != "#")
{!! $cont->lnk !!}
@endif