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