Page without Sidebar / Top menu

I've got a Page that I want to exclude the top menu and sidebar. I don't want to use SimplePage, as you lose the route, and probably some styling etc. Is there not an easy way to achieve this?
Solution:
No worries Matthew, I'll help.... Just add: protected static string $layout = 'filament-panels::components.layout.base'; to your page file....
Jump to solution
1 Reply
Solution
Matthew
Matthew3mo ago
No worries Matthew, I'll help.... Just add: protected static string $layout = 'filament-panels::components.layout.base'; to your page file.

Did you find this page helpful?