- sidebar-static.blade.php: 메뉴 항목 제거 - routes/web.php: 라우트 제거 - StrategyController.php: qaSolution 메서드 제거 - qa-solution.blade.php: 뷰 파일 삭제 - DB 메뉴 삭제 (ID: 15536) Co-Authored-By: Claude <noreply@anthropic.com>
- sidebar-static.blade.php: 메뉴 항목 제거 - routes/web.php: 라우트 제거 - ManagementController.php: cardApiReport 메서드 제거 - card-api-report.blade.php: 뷰 파일 삭제 Co-Authored-By: Claude <noreply@anthropic.com>
- 소프트 삭제된 필드 목록에 표시 (withTrashed) - 삭제된 필드 시각적 구분 (빨간 배경, '삭제됨' 배지) - 필드 복원 기능 추가 (restore API) - 필드 영구 삭제 기능 추가 (forceDelete API) - 체크박스 선택 및 일괄 삭제 기능 추가 - 시스템 필드 삭제 제한 해제 - 커스텀 모달 적용 (showConfirm, showDeleteConfirm)