when($operatorId, fn ($q) => $q->where('operator_id', $operatorId)) ->orderBy('city_name') ->pluck('city_name', 'city_id') ->toArray(); } }