Action Modal $data

Hi, I am facing the issue of retrieving data from action. For some reason my $data is always empty on submit.. but there is data deep within request()->all() but i doubt i have to lean on that just to retrieve data right?

After some debugging I figured out if i remove multiple it appears in $data, but this ruins the point of multiple() ...


Relationships:
User->hasMany Drivers
Driver->belongsTo User
image.png
Was this page helpful?