{{$notifications->total()}} Records

@if(count($notifications) > 0) @foreach ($notifications as $notification) @endforeach @else @endif
Firm Name Message Status Created On Actions
{{$notification->data['firm_name']}} {{$notification->data['message']}} @if (!empty($notification->read_at)) Read @else Unread @endif {{ \Carbon\Carbon::parse($notification->created_at)->format('d M, Y') }} Details
No records found
{{ $notifications->onEachSide(1)->links('pagination::bootstrap-5') }}