Top and left side panel navigation
I'm using filament to create several pages for users to add various sources of data.
The left side navigation is perfect for each type of panel but I also need a top level navigation bar to switch between the various Filament resources.
Anyone who can steer me in the right direction?
2 Replies
Create a view and place it with a render hook. https://filamentphp.com/docs/4.x/advanced/render-hooks
Thanks, I'll look into it!