Error 404 Not Found when trying to log out
I have a logout form, this goes to the route in web.php, in the controller I have a logout method there is a code to move to the home page, but the error 404 not found appears
why do I click the logout button and the error 404 not found appears?
I have a logout form, this goes to the route in web.php, in the controller I have a logout method there is a code to move to the home page, but the error 404 not found appears