View and manage all notifications
{{ $notifications->total() }} total notification{{ $notifications->total() !== 1 ? 's' : '' }} @if($notifications->where('is_read', false)->count() > 0) {{ $notifications->where('is_read', false)->count() }} unread @endif
{{ $notification->message }}
{{ $notification->created_at->timezone('Asia/Kolkata')->format('d M Y, h:i A') }} • {{ $notification->time_ago }}
You're all caught up! Check back later for new notifications.