How to Display Notifications in the Filament Admin Panel When Certain Conditions Occur

I am building an admin panel using Filament and I want to display a notification on certain conditions. For example, whenever a user's balance falls below a certain threshold. How do I display this notification on the panel, preferably as a persistent notification that cannot be dismissed until the balance is full? Is that possible?
1 Reply
toeknee
toeknee4w ago
Should this be a filament notification? Most people would use a filament render hook to show a banner for example which renders based of conditions

Did you find this page helpful?