© 2026 Hedgehog Software, LLC
// ....... Repeater::make('answers') ->relationship() ->schema([ Repeater::make('tags') ->relationship() ->schema([ TextInput::make('name'), ]) // ......
return parent::getEloquentQuery()->with('answers.tags');