Changes to app.blade.php not rendering

I'm using Filamentphp 3 with Laravel 10.
Change made to resources/views/components/layouts/app.blade.php does not render.
Also any changes made to CSS or JS file does not render. I can see Vite compiles the CSS and JS.

Any idea how can I fix this?
Was this page helpful?