Possible to replace dashboard view?

Is it possible to replace the dashboard view? I followed the instructions in the docs for customizing it, adding the page, etc., and in that class I'm rendering a view I added at resources/views/filament/pages/dashboard.blade.php. However, when I do that the page renders without the application shell. No sidebar, no topbar, it's basically just replacing everything with my dashboard file.

I'm assuming I would have to publish the dashboard view and then modify it from there, which I'm not wild about doing.

I'm ultimately trying to accomplish something like the attached image, which is on an existing livewire app I'm wanting to rebuild in filament.
image.png
Was this page helpful?