🔔 Notifications
Stay updated on your bookings and account activity
@if (session('success'))
@endif
{{ session('success') }}
@endif
@if($notifications->count() > 0)
@foreach($notifications as $notification)
@endforeach
{{ $notification->data['title'] ?? 'Notification' }}
{{ $notification->data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }}
@if($notification->read_at)
Read
@else
New
@endif
{{ $notifications->links() }}
@else
🔔
No notifications yet
You'll see updates about your bookings, payments, and account activity here.