지사소개

@php $introductionList = $Template->customList('지사소개 내용 리스트'.$cont->cnt, [ 'IMAGE' => 'Image', 'text', 'color', 'small', 'cnt' ]); @endphp @if(!empty($introductionList)) @foreach($introductionList as $cont) @if(!empty($cont->IMAGE))
@endif @if(!empty($cont->text))

color)) style="color: {{ $cont->color }}" @endif > @if(!empty($cont->small)){!! $cont->text !!}@else{!! $cont->text !!}@endif

@endif @endforeach @endif
@php $introduction = $Template->customList('센터장 주요이력'.$cont->cnt, [ 'title', 'text' ]); @endphp @if(!empty($introduction)) @foreach($introduction as $introductions)
@if(!empty($introductions->title)) {!! $introductions->title !!} @endif
@if(!empty($introductions->text)) {!! $introductions->text !!} @endif
@endforeach @endif