Issue with notification on livewire component table for public page
On a public page where I deployed the my table . I have a toggle button which need to perform a notification .
Inside this component , the notification is not sent .
But sometimes , i'm receiving these notifications instead in the admin panel
Is this something to define within the livewire component
Many thanks
3 Replies
ok I found the mistake
I need to add the following into my blade
Solution
`