• notifications @if($unreadCount > 0) {{ $unreadCount }} @endif
      @forelse($notifications as $notification)
    • notifications
      {{ $notification->data['message'] ?? 'New notification' }}

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

    • @empty
    • No new notifications
    • @endforelse @if($unreadCount > 0)

    • Mark all as read
    • @endif