[{{ $notification->created_at }}] User {{ $notification->data['first_name'] ?? '' }}
({{ $notification->data['email'] ?? '' }}) has just registered.
Mark as read
@if($loop->last)
Mark all as read
@endif
@empty
There are no new notifications
@endforelse