This commit is contained in:
Dwi Swandhana
2026-04-14 09:22:37 +07:00
parent 0c17c91f92
commit b34a379333
@@ -1490,9 +1490,9 @@ class FrontpageController extends Controller
$pesan = $nofoto; $pesan = $nofoto;
$daftaridtcm = [79,80,81,82,83,84,203, 14,28,55,62,94,104,105,124,138,146]; $daftaridtcm = [79,80,81,82,83,84,203, 14,28,55,62,94,104,105,124,138,146];
if (in_array($poli_id, $daftaridtcm)){ if (in_array($poli_id, $daftaridtcm)){
$genexpert = true;
} else {
$genexpert = false; $genexpert = false;
} else {
$genexpert = 1;
} }
Paslab::updateOrCreate( Paslab::updateOrCreate(
@@ -1748,9 +1748,9 @@ class FrontpageController extends Controller
]); ]);
$daftaridtcm = [79,80,81,82,83,84,203, 14,28,55,62,94,104,105,124,138,146]; $daftaridtcm = [79,80,81,82,83,84,203, 14,28,55,62,94,104,105,124,138,146];
if (in_array($poli_id, $daftaridtcm)){ if (in_array($poli_id, $daftaridtcm)){
$genexpert = true;
} else {
$genexpert = false; $genexpert = false;
} else {
$genexpert = 1;
} }
Paslab::updateOrCreate( Paslab::updateOrCreate(