@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif {{-- Top header/navbar --}}
{{-- Sidebar --}} {{-- Main content --}}

@yield('title', 'Dashboard')

{{-- place for buttons / actions --}} @yield('actions')
{{-- Flash notifications (save/delete/errors) --}} @if(session('success')) @endif @if(session('error')) @endif @if($errors->any()) @endif @yield('content')
@stack('modals') @stack('scripts')