If you getting this type of error in form its means there is a somthing wrong in route.
When you create any form and set the method to the POST then the route also should be the Route::post
Example:-
method is POST then route also will be the POST
now may be your problem has been solved