Laravel save datas after return redirect back with error
Hi guys I am a beginner in laravel.
I have a form with 10 inputs. I have this case: When form is submitted and something goes wrong I redirect it back to the previous page, but what I see is that all datas are gone. I have to fill the form from again and again.
Show the controller the form submits to and the view with the form. We don't know how you've set everything up from our side of the screen, and there are several ways to do it.