How can i show modal on all admin pages?
I will create a function to display a modal form on all pages to ask the user, if there is a new user who has not completed the payment bill?
4 Replies
Please help me
I would create a livewire component or blade view and inject it with a render hook. But there’s no native Filament way to just render a modal on page load.
At least that I’m aware of.
Can i do with this https://filamentphp.com/docs/2.x/admin/appearance#render-hooks
Yes.