diff --git a/src/Commands/stubs/views/master.stub b/src/Commands/stubs/views/master.stub
index 89d8b7653..2607e5d0d 100644
--- a/src/Commands/stubs/views/master.stub
+++ b/src/Commands/stubs/views/master.stub
@@ -1,19 +1,29 @@
-
-
-
-
-
- Module $STUDLY_NAME$
+
- {{-- Laravel Vite - CSS File --}}
- {{-- {{ module_vite('build-$LOWER_NAME$', 'Resources/assets/sass/app.scss') }} --}}
+
+
+
+
+
-
-
- @yield('content')
+ $STUDLY_NAME$ Module - {{ config('app.name', 'Laravel') }}
- {{-- Laravel Vite - JS File --}}
- {{-- {{ module_vite('build-$LOWER_NAME$', 'Resources/assets/js/app.js') }} --}}
-
-
+
+
+
+
+
+
+
+
+ {{-- Vite CSS --}}
+ {{-- {{ module_vite('build-$LOWER_NAME$', 'resources/sass/app.scss') }} --}}
+
+
+
+ {{ $slot }}
+
+ {{-- Vite JS --}}
+ {{-- {{ module_vite('build-$LOWER_NAME$', 'resources/js/app.js') }} --}}
+