How to load assets for Notifications

Hi! I'm stuck on implementing the Notifications. Compiling the files with Vite a .js and .css file is correctly created in public/build/assets. The problem seems to be Filament not looking (or finding) the blade template in resources/views/layouts/app.blade.php.

For example, when adding a console.log() to resources/js/app.js and compiling with Vite. This log is not shown when loading the admin panel. What am I doing wrong? Thanks in advance!
Was this page helpful?