@stack('styles') {{-- Mobile Overlay --}}
{{-- Sidebar --}} @include('components.sidebar') {{-- Main Wrapper --}}
{{-- Top Navbar --}} @include('components.topbar') {{-- Page Content --}}
@yield('content')
@stack('scripts')