halaman list kunjungan pasien

This commit is contained in:
person-programmer
2025-12-02 13:37:51 +07:00
parent 1430a21ef5
commit 269ded5178
3 changed files with 26 additions and 12 deletions
+1 -2
View File
@@ -96,9 +96,8 @@ $json = json_decode(file_get_contents('http://10.10.123.135:8081/api/v1/visit'),
"dokter"=>$_POST{'dokter'}]
];
echo json_encode($arrResult);
//return view('manajemen_pasien.berhasil_daftar_pasien');
return view('manajemen_pasien.berhasil_daftar_pasien', compact('arrResult'));
}
}