© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Quin.

Custom page adding Section

Hello! i am just diving into the custom page section!

this is mine section
 public function transaction()
    {
        Section::make('transaction')
            ->icon('heroicon-o-document-text')
            ->description('Alle invoices')
            ->schema([
                TextColumn::make('description')
                    ->label('Beschrijving'),
                TextColumn::make('price')
                    ->label('Prijs'),
            ]);
    }
 public function transaction()
    {
        Section::make('transaction')
            ->icon('heroicon-o-document-text')
            ->description('Alle invoices')
            ->schema([
                TextColumn::make('description')
                    ->label('Beschrijving'),
                TextColumn::make('price')
                    ->label('Prijs'),
            ]);
    }


but i don't know how to show this in the custom page and define the model so it can get its content , Anyone can help? I want 3 different sections with 3 different models
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

Custom page adding to tabs
FilamentFFilament / ❓┊help
2y ago
Adding Custom Page in Navigation
FilamentFFilament / ❓┊help
3y ago
Adding detail pages to custom page
FilamentFFilament / ❓┊help
11mo ago
Adding livewire component to custom page
FilamentFFilament / ❓┊help
3y ago