@include('layouts.components.app-header')
@include('layouts.components.app-sidebar')
@include('layouts.components.sidebar-right')
@include('layouts.components.modal')
@yield('modal')
@include('layouts.components.footer')
@include('layouts.components.scripts')
@include('layouts.components.toastr')
@yield('script_footer')
@stack('scripts')