@if (isset($cfg->use->search))
@endif
@if (isset($cfg->use->category))
@endif
@if (isset($cfg->use->notice) and count($notices)>0)
-
@foreach($notices as $var)
@include($viewPath.'notice-loop')
@endforeach
-
@foreach($vars as $var)
@include($viewPath.'index-loop')
@endforeach
{{ $vars->withQueryString()->links() }}
@endif
@include($viewPath.'footer')