Hello,
I am using version 9 of Laravel and I have created a controller to make use of an api with which I want to fill 3 fields, country, state and city; I have decided to see the option of being able to do it through a field within a <a> tag, but when calling the values in the route to make use of them with a foreach, the only thing I get is to bring the route of the controller instantiated in my method
Could you tell me if I'm doing something wrong?