feat: [leave] 잔여연차 탭 도움말 기능 추가

- 휴가관리가이드.md 마크다운 콘텐츠 작성 (연차 산출 방식, 촉진 제도 등)
- 잔여연차 탭 헤더에 도움말(?) 버튼 추가
- help-modal.blade.php 생성 (sales 패턴 재사용)
- LeaveController에 helpGuide() 메서드 추가
- 도움말 라우트 등록
This commit is contained in:
김보곤
2026-02-27 10:42:21 +09:00
parent 6b5a20e857
commit 4b2c6a2730
5 changed files with 360 additions and 0 deletions

View File

@@ -909,6 +909,7 @@
// 휴가관리
Route::prefix('leaves')->name('leaves.')->group(function () {
Route::get('/', [\App\Http\Controllers\HR\LeaveController::class, 'index'])->name('index');
Route::get('/help', [\App\Http\Controllers\HR\LeaveController::class, 'helpGuide'])->name('help');
});
// 급여관리