name('home'); Route::post('/', [\App\Http\Controllers\IndexController::class, 'post'])->name('post');