diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index d12a07d0..0c65b28a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -8,169 +8,270 @@ - + @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif -
-