query('exclude', [])) ->map(fn ($d) => strtolower(trim((string) $d))) ->filter() ->all(); $owned = collect($domains->ownedForUser((string) ladill_account()->public_id)) ->reject(fn ($d) => in_array($d, $exclude, true)) ->sort() ->values() ->all(); return response()->json(['data' => $owned]); } }