I want to add notifications
hi I want in specific resource for example Customer
if I create a new Customer I want to add a Push Notification icon for all user or account
2 Replies
Like this, https://filamentphp.com/docs/3.x/notifications/database-notifications, you can add notifications and it will be shown in a modal. Then, you can create a Livewire component and register it in a render hook to display the bill icon with notifications count as badge and make it a trigger to open the notifications model at the same time
Ok thank you I will try it.