What options do I have to render html in notifications?

I'm taking about purely backend, not frontend js notifications. Per the usual Filament's Notification::make(...)->body(...) If it's not supported yet, any plan to support it or PR accepted? cc @Dan Harrin
1 Reply
awcodes
awcodes2y ago
I believe body() accepts a view and an HtmlString so you should be able to do any html you want. As long as it can be serialized.

Did you find this page helpful?