diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index b7355d7..6126296 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -1,277 +1,989 @@
-
-
-
-
+
- {{ config('app.name', 'Laravel') }}
+
+
+
+ Dashboard - Mazer Admin Dashboard
-
-
-
-
- @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'))
-