Where to put @livewire('database-notifications')

The docs say put this in your blade layout.
https://filamentphp.com/docs/3.x/notifications/database-notifications

Do I need to create an override for views/components/layout/simple.blade.php and add it here or is there a better way to do it?
Was this page helpful?