@php $title = $Template->text('현지 서비스 타이틀'.$cont->cnt); @endphp

{{ $title->str }}

@php $service = $Template->customList('현지 서비스'.$cont->cnt, [ 'IMAGE' => 'Image', 'title', 'cnt' ]); @endphp
@if(!empty($service)) @foreach($service as $cont)
@if(!empty($cont->IMAGE))
@endif @if(!empty($cont->title))

{!! $cont->title !!}

@endif @if(!empty($cont->cnt)) @php $cont = $Template->text('서비스 텍스트 설명'.$cont->cnt); @endphp

{{ $cont->str }}

@endif
@endforeach @endif