@forelse ($notifications as $item)
{{ $item->created_at->diffForHumans() }}

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

{{ $item->data['message'] }}
@if (!$item->read_at)
    @endif
@if ($loop->last)
Mark all as read
@endif @empty

There are no new notifications

@endforelse