Why Repeater items are not sent to the backend ?
Here I change the model explicitly
This is my table action
5 Replies
They are. You are using
->relationship()
which means those items are directly saved to the relationship for you.@Dennis Koch Thanks for the reply
The issue is cause by repeater filed, If I remove repeater then it pass the data but with repeater the data are not passed.
if you want to access this in the
$data
array, add dehydrated()
in the repeaterWhat are you trying to do?
I try to add repeater on MRR (Manage Relationship Record) by providing the model like on