@yield('styles')
@include('includes.admin.header')
@include('includes.admin.sidebar')
@yield('content')
@yield('scripts')