@livewireStyles @stack('styles') {{-- Sidebar Overlay (Mobile) --}} {{-- Sidebar --}} @include('partials.sidebar') {{-- Main Content --}}
{{-- Top Navbar --}} @hasSection('hide-navbar') @else

@yield('page-title', 'Dashboard')

@endif {{-- Page Content --}}
@yield('content')
{{-- Toast Notifications --}}
@livewireScripts @stack('scripts')