This commit is contained in:
Duidev Software House
2025-09-23 14:33:23 +07:00
parent e8d66dec74
commit b107ab9ba7
4 changed files with 174 additions and 33 deletions
@@ -1228,6 +1228,17 @@ class DokterController extends Controller
if ($organism != ''){
$isidata = 'Organisme yang ditemukan <strong style="font-style: italic;">'.$organism.'</strong><br />'.$isidata;
KomponenJawaban::updateOrCreate(
[
'accnumber' => $nofoto,
'template' => $request->input('jenis'),
'komponen' => 'bakteri',
],
[
'isidata' => $organism,
'created_by' => Session('nama')
]
);
}
}
if ($isidata == '' OR is_null($isidata)){