@foreach ($notifications as $notification) {{ $loop->index+1 }} {{ $notification->data['message'] ?? '' }} {{ formatted_date($notification->created_at, 'd M Y - H:i A') }} {{ formatted_date($notification->read_at, 'd M Y - H:i A') }} @endforeach