update
parent
2e96bfb3bb
commit
316357d7a1
|
|
@ -130,6 +130,8 @@ class CSAPController extends Controller
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$_data = [];
|
||||||
|
|
||||||
foreach ($kuesioner->get() as $key => $row) {
|
foreach ($kuesioner->get() as $key => $row) {
|
||||||
|
|
||||||
$action = '';
|
$action = '';
|
||||||
|
|
@ -179,7 +181,7 @@ class CSAPController extends Controller
|
||||||
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
|
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
|
||||||
$sekolah .= '<span class="badge bg-success-light text-success">'.@$row->profile->tingkat->name.'</span> ';
|
$sekolah .= '<span class="badge bg-success-light text-success">'.@$row->profile->tingkat->name.'</span> ';
|
||||||
$sekolah .= '<span class="badge bg-primary-light text-primary">'.@$row->profile->status_sekolah.'</span> ';
|
$sekolah .= '<span class="badge bg-primary-light text-primary">'.@$row->profile->status_sekolah.'</span> ';
|
||||||
$_data[] = [];
|
|
||||||
$_data[] = [
|
$_data[] = [
|
||||||
'no' => $key+1,
|
'no' => $key+1,
|
||||||
'id' => encode_id($row->id),
|
'id' => encode_id($row->id),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue