Route::controller(WelcomeController::class)->group(function () { Route::get('/', 'index'); Route::get('/contact-us', 'contact'); });