From cb7365e4d298f2c8423102f0c236319d57e31ed0 Mon Sep 17 00:00:00 2001 From: Syifa Date: Mon, 21 Jul 2025 09:43:01 +0700 Subject: [PATCH] welcome laravel --- resources/views/welcome.blade.php | 284 ++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 resources/views/welcome.blade.php diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php new file mode 100644 index 0000000..ac8d74b --- /dev/null +++ b/resources/views/welcome.blade.php @@ -0,0 +1,284 @@ + + + + + + + Laravel + + + + + + + @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) + @vite(['resources/css/app.css', 'resources/js/app.js']) + @else + + @endif + + +
+ @if (Route::has('login')) + + @endif +
+
+
+
+

Let's get started

+

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

+ + +
+
+ {{-- Laravel Logo --}} + + + + + + + + + + + {{-- Light Mode 12 SVG --}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{-- Dark Mode 12 SVG --}} + +
+
+
+
+ + @if (Route::has('login')) + + @endif + +