main
Ilham Wara Nugroho 2026-03-04 14:04:56 +07:00
parent 9b2348df54
commit 6f760120d7
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class HomeController extends Controller
$sekolah .= '<span class="badge bg-info-light text-info">'.@$row->sekolah->npsn.'</span>&nbsp;'; $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-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-primary-light text-primary">'.@$row->profile->status_sekolah.'</span>&nbsp;';
$sekolah .= '<div>'; $sekolah .= '</div>';
$sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->profile->alamat_sekolah.'</span>&nbsp;'; $sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->profile->alamat_sekolah.'</span>&nbsp;';