@if(file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.jsx']) @else @endif @if(file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@else

Vite Assets Not Found

Please run the following commands:

  1. npm install
  2. npm run dev (for development)
  3. Or npm run build (for production)

Then refresh this page.

@endif