• @if($this->unreadCount > 0) {{ $this->unreadCount }} @endif
    Notifications
    Mark all read
    @forelse($this->notifications as $notification)
    {{ $notification->created_at->diffForHumans() }}
    {{ $notification->data['title'] ?? 'Notification' }}

    {{ Str::limit($notification->data['message'] ?? '', 80) }}

    From: {{ $notification->data['sender_name'] ?? 'System' }}
    @empty

    No notifications found.

    @endforelse
    Clear all Notifications