@php $DomesticBranchList = app(\App\Repositories\edmuhak\Branch\Domestic\BranchRepository::class)->getDomesticBranchList(); $OverseasBranchList = app(\App\Repositories\edmuhak\Branch\Overseas\BranchRepository::class)->getOverseasBranchList(); @endphp @php $lists = $Template->customList('지사 이미지'.$cont->cnt, [ 'IMAGE' => 'Image', 'text', ]); @endphp
@if(!empty($lists))
@foreach($lists as $conts)
@if(!empty($conts->IMAGE)) @endif @if(!empty($conts->text)) {{$conts->text}} @endif
@endforeach
@endif
@php $title = $Template->text('지사 이름'.$cnt); @endphp

{{ $title->str }}

@php $list = $Template->customList('지사 설명'.$cont->cnt, [ 'title', 'text', ]); @endphp @if(!empty($list)) @foreach($list as $conts)
@if(!empty($conts->title))
{{$conts->title}}
@endif @if(!empty($conts->text))
{!! $conts->text !!}
@endif
@endforeach @endif
@php $list = $Template->customList('지사 버튼 등등'.$cont->cnt, [ 'text', 'link', 'textColor', 'backgroundColor' ]); @endphp @if(!empty($list))
    @foreach($list as $cont)
  • @if(!empty($cont->text)) {{$cont->text}} @endif
  • @endforeach
@endif @php $text = $Template->text('지사 설명 텍스트'.$cnt); @endphp

{!! $text->str !!}

@php $textDelete = $Template->text('지사소개 제거'); @endphp
str == "none")style="display:none;"@endif>

지사소개

@php $text = $Template->text('지사소개'.$cnt); @endphp {!! $text->str !!}