F
Filament13mo ago
shad

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
danzzz
danzzz13mo ago
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.
Dennis Koch
Dennis Koch13mo ago
add an action button to the panel
"The panel" is literally the whole app. Where exactly do you want a button?

Did you find this page helpful?