@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Compact top bar --}}
{{ brand() }}
{{ (isset($shiftStatus) && $shiftStatus === 'active') ? __('driver.shift_active') : __('driver.shift_inactive') }}
{{ Auth::user()->name }}
@csrf
{{-- Page content --}}
{{ $slot }}
{{-- Bottom nav area for main actions --}} @isset($bottomNav)
{{ $bottomNav }}
@endisset