|array */ public static function values(): Collection|array { return CardState::where('active', true)->pluck('name', 'id'); } }