@forelse($notifications as $n) @if($n->redirect_to) @endif
{{ $loop->iteration }}

{!! $n->message !!}

{{ \Carbon\Carbon::parse($n->created_at)->diffForHumans() }}
@if($n->redirect_to)
@endif @empty
No notifications
@endforelse