Sort RepeatableEntry

Hello there! Can somebody please suggest me how could I sort a repeatable entry of a relationship...?
2 Replies
awcodes
awcodes14mo ago
The third argument for ->relationship() is a callback that can modify the query. Or you could modify on the model if you need that sort any time the relationship is referenced.
AmauryCid
AmauryCidOP14mo ago
Thank you so much for your help!

Did you find this page helpful?