@csrf
@if ($notifications->isEmpty()) @else
@foreach ($notifications as $notification) @php $data = $notification->data; @endphp @endforeach
TitleDetailsWhen
{{ $data['title'] ?? 'Notification' }} {{ $data['body'] ?? '' }} {{ $notification->created_at->diffForHumans() }} @if (! $notification->read_at)
@csrf
@endif
{{ $notifications->links() }} @endif