@csrf
@forelse($notifications as $n)

{{ $n->title }}

@if($n->message)

{{ $n->message }}

@endif

{{ $n->created_at->diffForHumans() }}

@if(!$n->read_at)
@csrf
@endif
@empty

You're all caught up.

@endforelse
{{ $notifications->links() }}