@yield('styles')
@include('backend/layouts/partials/top_bar')
@include('backend/layouts/partials/side_bar')
@yield('content')
@include('backend/layouts/partials/footer')
@yield('scripts') @include('backend.layouts.partials.notifications')