@if(count(Auth::user()->Notifications)>0)
# |
Time |
Title |
Action |
@foreach ( Auth::user()->Notifications as $notification)
{{$loop->index +1}} |
{{$notification->created_at->format('F d, Y h:i A')}} |
{{$notification->data['title']}} |
|
@endforeach
@else
Notifications Empty!
@endif