update
parent
6f760120d7
commit
6dcc736233
|
|
@ -293,6 +293,10 @@ class HomeController extends Controller
|
|||
$sekolah .= '<span class="badge bg-success-light text-success">'.@$row->profile->tingkat->name.'</span> ';
|
||||
$sekolah .= '<span class="badge bg-primary-light text-primary">'.@$row->profile->status_sekolah.'</span> ';
|
||||
$sekolah .= '</div>';
|
||||
$sekolah .= '<div class="d-flex gap-1">';
|
||||
$sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kabupaten->name.'</span> ';
|
||||
$sekolah .= '<span class="badge bg-warning-light text-warning">'.@$row->sekolah->kecamatan->name.'</span> ';
|
||||
$sekolah .= '</div>';
|
||||
$sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->profile->alamat_sekolah.'</span> ';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -248,8 +248,8 @@
|
|||
{{-- <th data-field="status_level">Status Level</th> --}}
|
||||
{{-- <th data-field="npsn">NPSN</th> --}}
|
||||
<th data-field="nama">Nama Sekolah</th>
|
||||
<th data-field="wilayah">Wilayah</th>
|
||||
<th data-field="kecamatan">Kecamatan</th>
|
||||
{{-- <th data-field="wilayah">Wilayah</th> --}}
|
||||
{{-- <th data-field="kecamatan">Kecamatan</th> --}}
|
||||
<!-- <th data-field="penghargaan">Penghargaan Terakhir</th> -->
|
||||
<th data-field="status">Status</th>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue