Sharing the Panel Builder scaffold with custom Livewire components?

Hi all, sorry if this is a really dumb question... Is it possible to share the scaffold/layout of the Panel Builder with a custom Livewire component?
e.g. If I have a Filament app from scratch using the panel builder, I get that lovely sidebar navigation & the dashboard screen, and any new resource gets the nav bar & the rest of the app scaffolding for free. If I create a custom Livewire component, I know I can add the navigation to that component to my navbar, but is there a way to say that the contents of that component should display in the same app scaffold that the Filament resource would (ie imagine the default dashboard page ... can I set my Livewire custom component to render inside where the dashboard would be?).
So far it seems like I have to create a separate app.blade.php file for the layouts for custom Livewire files, which makes hard to mix'n'match with the Filament resource panels. Sorry if I explained poorly, but hoping there's an easy way to do that which I've missed Thanks! Shawn
3 Replies
awcodes
awcodes4mo ago
The page is the livewire component.
ShawnVeltman
ShawnVeltman4mo ago
Ah - I'm sure I can! Thank you, I knew it must be something stupid on my end.