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

View File

@ -130,6 +130,8 @@ class CSAPController extends Controller
});
}
$_data = [];
foreach ($kuesioner->get() as $key => $row) {
$action = '';
@ -179,7 +181,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),