update
parent
9b2348df54
commit
6f760120d7
|
|
@ -292,7 +292,7 @@ class HomeController extends Controller
|
|||
$sekolah .= '<span class="badge bg-info-light text-info">'.@$row->sekolah->npsn.'</span> ';
|
||||
$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>';
|
||||
$sekolah .= '<span class="badge bg-secondary text-secondary text-left mt-1">'.@$row->profile->alamat_sekolah.'</span> ';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue