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
Is there not an easy way to achieve this?
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:
Just add:
protected static string $layout = 'filament-panels::components.layout.base'; to your page file.