repeatable entry edit modal
I have a parent record that is CourseEnrolment. It has a student who at the same time can have multiple parents.
CourseEnrolment->student
student->tutors
I have an infolist with a repeater entry to show info from the tutors, and I put an action button to edit each tutor in a modal. but in the action, the $this->record, $livewire->record properties are CourseEnrolment(parent record) not the repeater entry record itself. How to get it?
CourseEnrolment->student
student->tutors
I have an infolist with a repeater entry to show info from the tutors, and I put an action button to edit each tutor in a modal. but in the action, the $this->record, $livewire->record properties are CourseEnrolment(parent record) not the repeater entry record itself. How to get it?
