main
ilhamwara 2025-07-07 10:00:07 +07:00
parent 4e9e679379
commit d0a3708bb0
1 changed files with 2 additions and 1 deletions

View File

@ -125,9 +125,10 @@ class KriteriaController extends Controller
$skor = 1;
}
}elseif($key == 'jumlah_rpp'){
$rpp = $data['input_jumlah_rpp'];
$sekolah = $data['input_tingkat_pendidikan'];
dd($rpp,$sekolah);
//SMP dan SMA
if(($sekolah == 'SMP/sederajat') || ($sekolah == 'SMA/sederajat')){