• us English
    us English
  • Quick Access
    My Task
    Crane Inventory
    Scheduled
  • Alerts & Notifications

    Clear all
    @if(auth()->user() && auth()->user()->notifications->count() > 0) @foreach(auth()->user()->notifications->take(5) as $notification) @php $link = $notification->data['url'] ?? '#'; // Use the URL from notification data @endphp

    {{ $notification->data['message'] ?? 'New Notification' }}

    {{ $notification->created_at->diffForHumans() }}

    @endforeach @else

    No new notifications

    @endif
    View all
  • profile
    profile

    {{ auth()->user()->name ?? 'Guest' }}

    {{ auth()->user()->email ?? 'No email' }}

    • Log Out