main
Ilham Wara Nugroho 2026-03-04 14:28:00 +07:00
parent b666840bad
commit d26673ed53
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ class SampahController extends Controller
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
$sekolah .= '<div class="d-flex">';
$sekolah .= '<span class="badge bg-info-light text-info">'.@$row->sekolah->npsn.'</span>&nbsp;';
$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;';
$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">'.@$row->sekolah->profile->status_sekolah.'</span>&nbsp;';
$sekolah .= '</div>';
$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;';