问题 I'm new to Laravel and making a travelpost web site. I face the error but I don't understand why i get this error. I set 'method post' in confirm.lade.php, but i take'get method'. I look for the solutions on Google,but i cann't find. I tried 1, add @csfr 2, Route::match([get,post],~ 3, php artisan route:clear This is my code. Route Route::get('/' , 'ContentController@index')->name('index'); Auth::routes(['verify' => true]); Route::get('signup', 'Auth\RegisterController@showRegistrationForm')-