fetch($request->input('search')) ->map(fn($res) => (object) [ 'id' => $res->name, 'text' => $res->name, ]); return LookupResource::collection($result); } }