Notificações @if($unreadCount > 0) @endif
@forelse($notifications as $notification) @php($link = $this->linkFor($notification))
{{ $this->messageFor($notification) }} @if(! $notification->read_at) @endif

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

@empty

Sem notificações.

@endforelse