1 Reply
There are several options. These two approaches are in the docs:
You could https://filamentphp.com/docs/3.x/panels/pages#rendering-a-custom-view-in-the-footer-of-the-page
Or you could insert custom view content via a RenderHook:
https://filamentphp.com/docs/3.x/support/render-hooks#available-render-hooks
Maybe one of these: panels::content.end, panels::footer, panels::page.end, panels::sidebar.footer