@stack('css')
@include('admin.layouts.sidebar')
@include('admin.layouts.header')
@yield('content')
@include('admin.layouts.footer')
@stack('js')