@yield('css')
@include('admin.layout.header')
@include('admin.layout.sidebar')
@yield('content')
@yield('js')