From 4d19a576a8756e6bd1e6965df0ee29094ad86201 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Mar 2026 14:25:58 +0700 Subject: [PATCH] update --- app/Http/Controllers/SampahController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/SampahController.php b/app/Http/Controllers/SampahController.php index 5fcad32..f0a23ea 100644 --- a/app/Http/Controllers/SampahController.php +++ b/app/Http/Controllers/SampahController.php @@ -72,7 +72,7 @@ class SampahController extends Controller $sekolah .= ''.@$row->sekolah->profile->tingkat->name.' '; $sekolah .= ''.@$row->sekolah->profile->status_sekolah.' '; $sekolah .= 'Level '.levelAdiwiyata($row->sekolah->npsn).''; - $sekolah .= ''.@$row->sekolah->profile->alamat_sekolah.' '; + // $sekolah .= ''.@$row->sekolah->profile->alamat_sekolah.' '; $_data[] = [ 'no' => $key+1,