Not able to use Filament notifications on front site
I am using filament on the admin panel, plus I have added the filament on the front site too to use the notifications package.
For some reason, it does not show the notification. However, I can see the notification is available in session.
I think I need to add a component. I could not find it in the guide.
Here is the layout file.
3 Replies
Layout:
Just checked the filament base layout and its using the notification component:
@livewire(Filament\Livewire\Notifications::class)
I tried to add it to my layout file and i am getting exception: Unable to find component: [filament.livewire.notifications]
Alright the namespace was wrong.
Here is the what works.