name('inscription'); Route::post('/', 'InscriptionController@postInscription')->name('inscriptionSubmit'); Auth::routes(); Route::get('/home', 'HomeController@index')->name('home');