@endhasrole
{{-- Global Urgent Alerts Banner --}}
@hasanyrole('Admin|Staff|Vehicle|Driver')
@if(isset($globalNotifications) && count(array_filter($globalNotifications, fn($n) => $n['urgent'] ?? false)) > 0)
@endif
@endhasanyrole
@isset($header)
@endisset
{{ $slot }}