{{-- Sleek SaaS Sidebar + Top Header Navigation --}}
{{-- Mobile Overlay --}} @unlessrole('Vehicle')
{{-- Sidebar --}} @endunlessrole {{-- Top Header Bar --}} @hasrole('Vehicle')
@else
@endhasrole
@unlessrole('Vehicle') @endunlessrole

@yield('page_title', 'Vehicle Management')

@hasrole('Vehicle')
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}

{{ Auth::user()->name }}

Vehicle Profile

My Trips Add Trip Maintenance Profile
@csrf
@endhasrole {{-- Notifications --}}
Notifications @if(isset($globalNotificationCount) && $globalNotificationCount > 0) {{ $globalNotificationCount }} @endif
@if(isset($globalNotifications) && count($globalNotifications) > 0) @foreach($globalNotifications as $notif)

{{ $notif['title'] }}

{{ $notif['message'] }}

@endforeach @else

You're all caught up!

@endif