group(function () { Route::prefix('cafe')->group(function () { Route::get('/hello', [MenuController::class, 'hello'])->name('cafe.hello'); }); });