@yield('css')
@include('adminLayouts.header') @include('adminLayouts.sidebar')
@yield('content')
@include('adminLayouts.footer')
@yield('js')