What would be the way to create a filament-page without sidebar and navbar?
My intention is to have one or more pages of my app with a "separate" visual layout from the dashboard, much like the login and registration pages, while retaining functionalities such as notifications, panels, forms, tables, tanancy, etc.
In other words, I want to leverage the features of a make:filament-page but exclude the sidebar and navbar from this particular page, for example.
What would be the best practice to achieve this goal?
I attempted to create a Livewire component that extends SimplePage, but I lose important functions such as notifications (or I couldn't configure it correctly). Can anyone guide me on the best path to learn more about this and achieve this objective?
0 Replies