From 55788980c2737554a59b4455693e161af32690cb Mon Sep 17 00:00:00 2001 From: ilhamwara Date: Tue, 5 Aug 2025 14:31:25 +0700 Subject: [PATCH] update --- resources/views/index.blade.php | 117 +++++++++++++++++++++++++++++++- routes/web.php | 4 +- 2 files changed, 118 insertions(+), 3 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index e5efbea..b5099bc 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -157,7 +157,7 @@ -
+

Kegiatan Adiwiyata

@@ -224,5 +224,120 @@
+
+ +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+ Berita +
+

Tanaman Hidproponik SMKN 63 Jakarta

+

1 Agustus 2025

+ + Lihat Detail + +
+
+
+
+
+ \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index f156164..6729c5d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -39,8 +39,8 @@ Route::middleware(Session::class)->name('modules.')->group(function () { Route::get('/', function () { - // return view('index'); - return redirect('login'); + return view('index'); + // return redirect('login'); });