@php $img = $Template->image('해외영어캠프 요약정보 배경화면'); @endphp
@php $html = $Template->text('캠프 이름 적는 곳'); @endphp

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

@php $list = $Template->customList('캠프 요약 정보', [ 'IMAGE' => 'Image', 'text', 'subtext' ]); @endphp
@if(!empty($list)) @foreach($list as $cont)
@if(!empty($cont->IMAGE))
@endif @if(!empty($cont->text))

{!! str_replace('
', "", $cont->text) !!}

@endif @if(!empty($cont->subtext)) {!! str_replace('
', "", $cont->subtext) !!}
@endif
@endforeach @endif
@php $img = $Template->image('주요 특징 대표 이미지'); @endphp 주요 특징 대표 이미지
@php $list = $Template->customList('주요 특징', [ 'IMAGE' => 'Image', 'text', 'subtext' ]); @endphp @if(!empty($list)) @foreach($list as $cont)
@if(!empty($cont->IMAGE))
@endif @if(!empty($cont->text))

{!! str_replace('
', "", $cont->text) !!}

@endif @if(!empty($cont->subtext)) {!! str_replace('
', "", $cont->subtext) !!}
@endif
@endforeach @endif