Stay updated with all your important alerts
{{ $notification->data['message'] ?? 'New notification' }}
@if(request('filter') == 'unread') You're all caught up! No unread notifications. @elseif(request('filter') == 'read') No read notifications to display. @else You don't have any notifications yet. @endif