@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($defaultSkinPath.'asset/index.css') !!} @endpush @section('content')
@if (isset($cfg->use->notice) and count($notices)>0) @endif @if (!empty($cfg->show->pagemenu)) @endif @include($viewPath.'footer')
@endsection