main
Ilham Wara Nugroho 2026-07-16 10:04:07 +07:00
parent 554653e971
commit 2e96bfb3bb
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class CSAPController extends Controller
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
$sekolah .= '<span class="badge bg-success-light text-success">'.@$row->profile->tingkat->name.'</span>&nbsp;';
$sekolah .= '<span class="badge bg-primary-light text-primary">'.@$row->profile->status_sekolah.'</span>&nbsp;';
$_data[] = [];
$_data[] = [
'no' => $key+1,
'id' => encode_id($row->id),