| Server::where('uuid', $uuid)->exists()); // tighten when RBAC lands | */ // Fleet-wide metrics. Only a panel user who has completed security onboarding (rotated the // seeded password + enrolled 2FA) may watch — mere authentication is NOT enough; this mirrors // the EnsureSecurityOnboarded gate on panel routes (metrics are not per-user). Broadcast::channel('metrics', fn (User $user) => $user->securityOnboarded());