How to update dynamic input fields in Laravel?
This is the code for storing an array only. What I want now is to update each field or can add new rows but I don't know how. foreach ($request->requirements as $key => $requirements) { $req = new FormReq(); $req->requirements…