diff --git a/app/Http/Controllers/SampahController.php b/app/Http/Controllers/SampahController.php index f0a23ea..58afc59 100644 --- a/app/Http/Controllers/SampahController.php +++ b/app/Http/Controllers/SampahController.php @@ -69,8 +69,11 @@ class SampahController extends Controller $sekolah = ''; $sekolah .= @$row->sekolah->nama_sekolah.'
'; - $sekolah .= ''.@$row->sekolah->profile->tingkat->name.' '; - $sekolah .= ''.@$row->sekolah->profile->status_sekolah.' '; + $sekolah .= '
'; + $sekolah .= ''.@$row->sekolah->npsn.' '; + $sekolah .= ''.@$row->profile->tingkat->name.' '; + $sekolah .= ''.@$row->profile->status_sekolah.' '; + $sekolah .= '
'; $sekolah .= 'Level '.levelAdiwiyata($row->sekolah->npsn).''; // $sekolah .= ''.@$row->sekolah->profile->alamat_sekolah.' ';