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