© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago
Mocus

InfoList Repeatable Entry Eloquent Children

so i have a
$record
$record
-> repeater ->
$record.child
$record.child
but i can't access the children in my repeater? going over the forums allot of questions asked but none seem to get answered..

example code:

        return $infolist
            ->schema([
                TextEntry::make('types.typeName')
                    ->placeholder('types.description')
                    ->hiddenLabel()
                    ->columnSpanFull(),
                RepeatableEntry::make('activities.activitytype.activityName') <---- MAKES 5 PANELS FINE
                    ->schema([
                        TextEntry::make('typeID'), <------- DOES NOT APPEAR | TRIED WITH ELOQUENT, MODELS ARE LINKED FINE.
                    ]),
            ]);
        return $infolist
            ->schema([
                TextEntry::make('types.typeName')
                    ->placeholder('types.description')
                    ->hiddenLabel()
                    ->columnSpanFull(),
                RepeatableEntry::make('activities.activitytype.activityName') <---- MAKES 5 PANELS FINE
                    ->schema([
                        TextEntry::make('typeID'), <------- DOES NOT APPEAR | TRIED WITH ELOQUENT, MODELS ARE LINKED FINE.
                    ]),
            ]);
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

repeatable entry
FilamentFFilament / ❓┊help
13mo ago
repeatable entry
FilamentFFilament / ❓┊help
2y ago
How to eager load relationship inside infolist repeatable entry
FilamentFFilament / ❓┊help
2y ago
repeatable entry edit modal
FilamentFFilament / ❓┊help
2y ago