© 2026 Hedgehog Software, LLC
Repeater::make('contents') ->relationship('contents', modifyQueryUsing: fn ($query) => $query->where('language', 'en')) ->schema([ RichEditor::make('description') ]) ->addable(false) ->deletable(false)