notification
Hello. How can I send a notification to the user about a content whose status has been updated from the admin panel so that they can learn the status of this update from the user's panel?
7 Replies
Is there an example of how I can send this from the admin panel to the user's panel? I use two separate panels in Filament. One is the admin panel and the other is a user panel with tenancy. :squint:
Yes as per the above, tenancy is irrelevant for notifications, it's based on the users_id
Solution
Thanks for the help. Here's what I did. I save a message to the database with a button on the View page and send it to the user with the following codes. Is this approach correct? I'm trying to write clean code.
Yeah that's good
Thank you very much for your help