@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('layouts.navigation') @hasrole('Vehicle')
@else
@endhasrole {{-- Global Urgent Alerts Banner --}} @hasanyrole('Admin|Staff|Vehicle|Driver') @if(isset($globalNotifications) && count(array_filter($globalNotifications, fn($n) => $n['urgent'] ?? false)) > 0)
!
@php $urgentAlerts = array_filter($globalNotifications, fn($n) => $n['urgent'] ?? false); @endphp @foreach($urgentAlerts as $notif) {{ $notif['title'] }}: {{ $notif['message'] }} @endforeach
@endif @endhasanyrole @isset($header)
@if(!request()->routeIs('dashboard') && !request()->routeIs('trips.my')) @endif
{{ $header }}
@endisset
{{ $slot }}