Filament database notifications not loaded
I am creating small app where used both Laravel breeze and filament. For manage login i used guards web and admin. Breeze side did custom code to display notifications but filament side notifications not loaded.

Solution
in production you need something called Supervisor, then create config to make the artisan queue:work to run in the background, so you can safely leave the terminal without ever running artisan queue:work anymore