name('contact.create'); Route::post('contact', 'ContactController@store') ->name('contact.store') ->middleware(ProtectAgainstSpam::class);