diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 34476bf..d713f40 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -288,10 +288,13 @@ class HomeController extends Controller $sekolah = ''; $sekolah .= @$row->sekolah->nama_sekolah.'
'; - $sekolah .= ''.@$row->profile->tingkat->name.' '; - $sekolah .= ''.@$row->profile->status_sekolah.' '; + $sekolah .= '
'; + $sekolah .= ''.@$row->sekolah->npsn.' '; + $sekolah .= ''.@$row->profile->tingkat->name.' '; + $sekolah .= ''.@$row->profile->status_sekolah.' '; + $sekolah .= '
'; $sekolah .= ''.@$row->profile->alamat_sekolah.' '; - $sekolah .= ''.@$row->sekolah->npsn.' '; + $_data[] = [ 'no' => $key+1,