@yield('css')
@include('admin.partials.sidebar')
@include('admin.partials.header')
@yield('content')
@yield('scripts');