main
Ilham Wara Nugroho 2026-03-04 14:25:58 +07:00
parent 65e432b077
commit 4d19a576a8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class SampahController extends Controller
$sekolah .= '<span class="badge bg-success-light text-success">'.@$row->sekolah->profile->tingkat->name.'</span>&nbsp;';
$sekolah .= '<span class="badge bg-primary-light text-primary mt-1">'.@$row->sekolah->profile->status_sekolah.'</span>&nbsp;';
$sekolah .= '<span class="badge bg-info-light text-info">Level '.levelAdiwiyata($row->sekolah->npsn).'</span>';
$sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->sekolah->profile->alamat_sekolah.'</span>&nbsp;';
// $sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->sekolah->profile->alamat_sekolah.'</span>&nbsp;';
$_data[] = [
'no' => $key+1,