@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->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))
{{ $vars->withQueryString()->links() }}
@endif
@include($viewPath.'footer')
@endsection