{{-- --}} @php $n = 1; @endphp @foreach ($notifications as $notification) {{-- --}} @endforeach
SNo Date Title MessageStatus
{{ $n++ }} {{ date('d-m-Y H:i', strtotime($notification->created_at)) }} {{ $notification->title ?? '' }} {{ $notification->message ?? '' }} @if($notification->read_at) Read @else Unread @endif