@php $cont = $Template->text('태그 부분'.$cnt); @endphp {{ $cont->str }} @php $cont = $Template->text('태그 부분'.$cnt); @endphp {{ $cont->str }} @php $cont = $Template->text('프로그램 이름'); @endphp

{!! $cont->str !!}

@php $cont = $Template->text('개최일시 및 개최장소'); @endphp

{{ $cont->str }}

@php $cont = $Template->text('국가'); @endphp {{ $cont->str }} @php $cont = $Template->text('국가 정보'); @endphp

{!! $cont->str !!}

@php $cont = $Template->text('대상'); @endphp {{ $cont->str }} @php $cont = $Template->text('대상 정보'); @endphp

{!! $cont->str !!}

@php $cont = $Template->text('박람회 신청 링크','링크 주소 (https:// 로 시작)'); @endphp {{ $cont->str }}
@php $cont = $Template->text('탭1', ''); @endphp @php $cont = $Template->text('탭2'); @endphp @php $cont = $Template->text('탭3'); @endphp
@php $list = $Template->customList('슬라이드 박스'.$cnt, [ 'IMAGE' => 'Image', 'text', 'subtext' ]); @endphp
@if(!empty($list)) @foreach($list as $cont)
@if(!empty($cont->IMAGE))
@endif @if(!empty($cont->text))

{!! $cont->text !!}

@endif @if(!empty($cont->subtext)) {{$cont->subtext}} @endif
@endforeach @endif