@php $obj = $Template->include('헤더영역', 'sample'); @endphp
@if(!empty($obj))
@include('edmuhak.template.include.'.$obj)
@endif
감사해요 edm
@php
$survey = $Template->survey(5);
@endphp
전체 {{ $survey->total() }}건의 후기
@foreach ($survey as $s)
{{ $s->sv_content }}
{{ $s->sv_name }}
{{ $s->sv_date }}
담당컨설턴트{{ $s->sv_author }}
@endforeach
{{-- css 에서 보이지 않도록 되어 있음. 수정요. --}}
{{ $survey->withQueryString()->links() }}
@php $obj = $Template->include('중앙 LEFT', 'test-template'); @endphp
@if(!empty($obj))
@include('edmuhak.template.include.'.$obj)
@endif
@php $obj = $Template->include('중앙 RIGHT', 'test-template'); @endphp
@if(!empty($obj))
@include('edmuhak.template.include.'.$obj)
@endif
@php $obj = $Template->include('푸터영역', 'uhak'); @endphp
@if(!empty($obj))
@include('edmuhak.template.include.'.$obj)
@endif