From 65e432b0779bccf669c6046a96973ce19da7126f Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Mar 2026 14:22:21 +0700 Subject: [PATCH] update --- app/Http/Controllers/ProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index 6565f28..370bb8e 100644 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -334,7 +334,7 @@ class ProfileController extends Controller $sekolah .= ''.@$row->profile->tingkat->name.' '; $sekolah .= ''.@$row->profile->status_sekolah.' '; $sekolah .= 'Level '.levelAdiwiyata($row->npsn).''; - $sekolah .= ''.@$row->profile->alamat_sekolah.' '; + // $sekolah .= ''.@$row->profile->alamat_sekolah.' '; $_data[] = [ 'no' => $key+1,