Unable to pass parameter through Ajax in Laravel using GET method
I am trying to pass a parameter through Ajax using GET method in Laravel. For testing purpose, I am trying to get the same parameter value in the response. But the response I am getting is {code}. $.ajax({ type: "GET",…