This commit is contained in:
Server D3 Linksehat
2025-02-24 16:01:49 +07:00
parent 7ed8acd064
commit 66762055da
8 changed files with 39 additions and 28 deletions

View File

@@ -117,6 +117,7 @@ class AutocompleteController extends Controller {
$drugs = Drug::query()
->where([
'atc_code' => $request->provider, // ini untuk menggunakan list obat yang baru
'active' => 1, // ini untuk menggunakan list obat yang baru
])
->get();