@yield('styles')
@include('backend.partials.navbar')
@include('backend.partials.sidebar')
@yield('content')
@yield('scripts')