Notification Center

@foreach(Auth::user()->unreadNotifications as $notification)

{{$notification->data['title']}}

{{-- {{$notification->created_at->format('F d, Y h:i A')}} --}}
@if($loop->index+1==5) @php break; @endphp @endif @endforeach All notifications