This commit is contained in:
Duidev Software House
2025-12-08 19:23:51 +07:00
parent 48dd3b9009
commit 3d3a60c747
14 changed files with 6178 additions and 273 deletions
@@ -2209,7 +2209,7 @@ class DokterController extends Controller
$nofoto = $request->input('nofoto');
$id = $request->input('id');
$jpoli = Periksa::where('id', $id)->first();
$statuse = $jpoli->status;
$statuse = $jpoli->status ?? '';
$noregister = $jpoli->noregister;
$daftar = $jpoli->daftar;
$nama = Session('nama');