Hey everyone 👋
I have a nested Repeater setup — basically a HasMany inside another HasMany.
When I call ->deleteAction($record) on the inner repeater and dd($record) inside the action’s body, I always get the parent record, not the specific child item that was deleted.
This makes it impossible to check certain conditions before deleting a specific child.
Has anyone run into this before or found a way to access the actual child record inside the delete action of a nested repeater?
Thanks in advance 🙏