group(function () { // 系統管理 - 操作手冊 Route::get('/system/manual/{slug?}', [ManualController::class, 'index'])->name('system.manual.index'); });