© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Jon Mason

Filament page blade file not inheriting layout?

I have this class:

class CustomerDepositsReport extends Page implements HasTable, HasForms
{
    use InteractsWithTable, InteractsWithForms;
...
}
class CustomerDepositsReport extends Page implements HasTable, HasForms
{
    use InteractsWithTable, InteractsWithForms;
...
}

and this in my blade file:

<x-filament-panels::page>
    {{ $this->table }}
</x-filament-panels::page>
<x-filament-panels::page>
    {{ $this->table }}
</x-filament-panels::page>


The table takes up the full width of the page. There's no sidebar or header. I would think that using the
<x-filament-panels::page>
<x-filament-panels::page>
would inherit the layout automatically. I looked in the
Page
Page
class and the
$layout
$layout
it references contains all the necessary components, so I'm unclear of why it's not working correctly.
Solution
figured it out...i had a render method in my class, so it was overriding the render method in the page class.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Full page Livewire component not apply filament page layout
FilamentFFilament / ❓┊help
2y ago
Custom page with filament blade component
FilamentFFilament / ❓┊help
3y ago
hello i have filament blade <x-filament-panels::page> </x-filament-panels::page>
FilamentFFilament / ❓┊help
3y ago
Customize filament blade
FilamentFFilament / ❓┊help
2y ago