I have a input of start date, and input of days also, then want store expiry date without $request->input? and with using start date + days in single submit.
I have a input of start date, and input of days also, then want store expiry date without $request->input? and with using start date + days in single submit.
Well you need to do the calculation somewhere right? So you either get the numbers from the request or your have to combine the two in the frontend already. You can for example use momentjs for that.
I'm not sure if I understand your question 100%, can you maybe explain a little bit more about it?