From 6c05c413d42caeac8a8375526d31bd5fc9686802 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Mar 2026 14:08:44 +0700 Subject: [PATCH] update --- app/Http/Controllers/HomeController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index acd7b6d..29bb824 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -288,12 +288,12 @@ class HomeController extends Controller $sekolah = ''; $sekolah .= @$row->sekolah->nama_sekolah.'
'; - $sekolah .= '
'; + $sekolah .= '
'; $sekolah .= ''.@$row->sekolah->npsn.' '; $sekolah .= ''.@$row->profile->tingkat->name.' '; $sekolah .= ''.@$row->profile->status_sekolah.' '; $sekolah .= '
'; - $sekolah .= '
'; + $sekolah .= '
'; $sekolah .= ''.@$row->sekolah->kabupaten->name.' '; $sekolah .= ''.@$row->sekolah->kecamatan->name.' '; $sekolah .= '
';