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