@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/index.css') !!} @endpush @section('content')

{{ $seoHeader->title }}

@if (isset($cfg->use->search))
@endif
@if (isset($cfg->use->notice) and count($notices)>0) @foreach($notices as $var) @include($viewPath.'notice-loop') @endforeach @endif @foreach($vars as $var) @include($viewPath.'index-loop') @endforeach
번호 제목 작성일 조회수
@if (!empty($cfg->show->pagemenu)) @endif @include($viewPath.'footer')
@endsection