It wasnt working. I dd it..to see if it has something or not.. It should return some values entered into form.
If you want to see what values were entered in the form and received by the controller, you should dd($request->all())
instead.
OH. I see. I did dd() because the next lines from controller wasn't working. I got it now. Some typos were there. And thanks for this info. Appreciated.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community