i’m building a laravel application following a tutorial but ran into this problem @vite([‘resources/css/app.css’, ‘resources/js/app.js’]) which i solved using this solution provider here (JetStream CSS and JS not working and showing @vite([‘resources/css/app.css’, ‘resources/js/app.js’])) but when i login, the user dashboard header is not found and i can’t see logout button nor profile page. I’m running laravel 8.
I’m new to laravel…..Please can someone help me out.