From b666840bad8bbef0a15a2cf5b987dcf112726f6e Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Mar 2026 14:26:59 +0700 Subject: [PATCH] update --- app/Http/Controllers/SampahController.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.' ';