{{-- React SPA entry. The Vite build for the React app outputs a standalone index.html + hashed assets into Laravel's public/ folder. This view simply passes that built HTML through, so Laravel routes (/, /login, /master/...) all render the same SPA shell and client-side routing takes over. --}} {!! file_get_contents(public_path('index.html')) !!}