check() && $user->id === $account->user_id; } /** * Everybody can do this, but selection should limit to user. */ public function viewAny(): bool { return auth()->check(); } }