nested repeater n+1 query
I have model like "booking", "booking_item", and "booking_item_detail", so I try to create a repeater data while creating new booking
Relationships are HasMany
How can I prevent n+1 query
Relationships are HasMany
How can I prevent n+1 query
