main
Ilham Wara Nugroho 2025-09-15 09:31:14 +07:00
parent 7ab495258a
commit 7fb39f8fed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class FrontController extends Controller
}
function sekolah() {
$data['title'] = 'Daftar Sekolah Adiwiyata';
return view('sekolah');
return view('sekolah',$data);
}
function kegiatan() {
$data['title'] = 'Kegiatan Sekolah Adiwiyata';