main
Ilham Wara Nugroho 2026-03-04 14:09:12 +07:00
parent 6c05c413d4
commit b32a8e1ee8
1 changed files with 2 additions and 2 deletions

View File

@ -293,11 +293,11 @@ class HomeController extends Controller
$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 .= '<div class="d-flex">'; $sekolah .= '<div class="d-flex mt-1">';
$sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kabupaten->name.'</span>&nbsp;'; $sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kabupaten->name.'</span>&nbsp;';
$sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kecamatan->name.'</span>&nbsp;'; $sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kecamatan->name.'</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 w-1/2 bg-secondary text-secondary text-left mt-1">'.@$row->profile->alamat_sekolah.'</span>&nbsp;';
$_data[] = [ $_data[] = [