Filament: RepeatableEntry not showing relationship data from model
I’m trying to display data from a $section model inside a Filament RepeatableEntry. When I use TextEntry, the details show up just fine. However, when I try to show the related students with RepeatableEntry, nothing is displayed.
Here’s the full code for my SectionDetails page
The issue is:
TextEntry works and shows the section’s data correctly.
RepeatableEntry does not show the students relationship data.
My question: What’s the correct way to pass the related students from the $section model into a RepeatableEntry so that it renders properly?
2 Replies
Solution
Can you try:
Thanks it worked