@push('head') {!! resource('asset/css/template/uhak-template.css') !!} @endpush
@if ($method=='edit')
@endif @php $list = $Template->customList('uhak-template', [ 'INCLUDE' => 'uhak', 'cnt', 'titleColor', 'CHECKBOX' => 'display' ]); @endphp @if(!empty($list)) @foreach($list as $cont) @if(!empty($cont->INCLUDE) and ($method == 'edit' or !empty($cont->display))) @if($method=='edit')
@endif @include('edmuhak.template.include.'.$cont->INCLUDE, ['cnt'=> !empty($cont->cnt) ? $cont->cnt:'','titleColor' => !empty($cont->titleColor) ? $cont->titleColor:'']) @if($method=='edit')
@endif @endif @endforeach @endif
{!! resource('asset/js/common-bottom.js') !!}