This commit is contained in:
2025-04-03 09:21:18 +07:00
parent ab3d850bd4
commit efc46c0f92

View File

@@ -135,6 +135,7 @@ class AutocompleteController extends Controller {
'code' => $drug->code,
'price' => $drug->price,
'unit' => $drug->unit,
'remark' => $drug->remark,
];
});
return Helper::responseJson(data: $manipulatedDrugs);