@if($this->unreadCount > 0) {{ $this->unreadCount > 9 ? '9+' : $this->unreadCount }} @endif
Notifications @if($this->unreadCount > 0) @endif
@forelse($this->notifications as $n)

{{ $n->data['message'] ?? $n->type }}

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

@empty
No notifications
@endforelse