Shoxrux
Custom topbar (navbar) component to specific panel
I want to change topbar of the panel with my new custom component. If I add this new component to the folder with path:
resources/views/vendor/filament-panels/components/topbar/
, it works. However it updates all panels. What I really want is to update only in specific panel, not all. Is there any way to configure the panel, so that it would only update/take components from this path: /resources/views/filament/{panelId}/
?5 replies