Adding an action button to the panel
I want to add an action button(link to another route) to the panel, do I have to create a whole customized dashboard for it? cuz I've been searching about it but I couldn't find a way to just add one button to the original dashboard
2 Replies
may you can solve it with render hooks:
https://filamentphp.com/docs/3.x/support/render-hooks
It allows you to render Blade content at various points in the frameworks views.
add an action button to the panel"The panel" is literally the whole app. Where exactly do you want a button?