Laravel controller not recieving the data sent from form
When trying to send data from a searchbar form to a route controller the data cannot be reached by using the $request->input(“name”). How can i fix this?
When trying to send data from a searchbar form to a route controller the data cannot be reached by using the $request->input(“name”). How can i fix this?