method not allowed laravel
Usually happens when you try to use an HTTP
method for a route but you have not defined
that method in your routes file. For example,
if you POST to a method, but you only
define a GET method for the route in routes.php.