update
This commit is contained in:
@@ -1429,6 +1429,8 @@ class FrontpageController extends Controller
|
||||
$check = Poli::where('subpoli', $rekues)->first();
|
||||
if (isset($check->id)){
|
||||
$poli_id = $check->id;
|
||||
$kd_spesimen= $check->subsubpoli;
|
||||
$nm_spesimen= $check->modaliti;
|
||||
} else {
|
||||
$poli_id = Poli::insertGetId([
|
||||
'poli' => 'Mikrobiologi',
|
||||
|
||||
Reference in New Issue
Block a user