@stack('head')
@include('partials.sidebar')
@include('partials.topbar')
@yield('content')
@include('partials.modal') @include('partials.toast') @stack('scripts')