@include('admin.inc.head') @yield('head')
@include('admin.inc.header') {{-- --}}
@yield('content')
@include('admin.inc.footer') @yield('script')