notifications @if($notifications->isEmpty())

No New Notification!

@else @if( $unread ) @endif
@foreach ($notifications as $notification)

{{$notification->data['name'] ?? ''}}

{{ $notification->created_at->format('Y-d-m H:m:s a') }}

{{$notification->data['body'] ?? ''}}

@endforeach
@endif