main
Ilham Wara Nugroho 2026-03-04 14:07:47 +07:00
parent 6f760120d7
commit 6dcc736233
2 changed files with 6 additions and 2 deletions

View File

@ -293,6 +293,10 @@ 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 gap-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->kecamatan->name.'</span>&nbsp;';
$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;';

View File

@ -248,8 +248,8 @@
{{-- <th data-field="status_level">Status Level</th> --}} {{-- <th data-field="status_level">Status Level</th> --}}
{{-- <th data-field="npsn">NPSN</th> --}} {{-- <th data-field="npsn">NPSN</th> --}}
<th data-field="nama">Nama Sekolah</th> <th data-field="nama">Nama Sekolah</th>
<th data-field="wilayah">Wilayah</th> {{-- <th data-field="wilayah">Wilayah</th> --}}
<th data-field="kecamatan">Kecamatan</th> {{-- <th data-field="kecamatan">Kecamatan</th> --}}
<!-- <th data-field="penghargaan">Penghargaan Terakhir</th> --> <!-- <th data-field="penghargaan">Penghargaan Terakhir</th> -->
<th data-field="status">Status</th> <th data-field="status">Status</th>
</tr> </tr>