# Sidebar Report Links

Updated sidebar navigation was aligned to the most useful report entry points.

## Main report links
- Student Reports Dashboard -> `route('reports.students.dashboard')`
- Quiz Reports Dashboard -> `route('reports.quizzes.dashboard')`
- Student Report -> `route('reports.students')`
- Quiz Report -> `route('reports.quizzes')`
- Exam Report -> `route('reports.exams')`
- Result Report -> `route('reports.results')`
- Transcript Report -> `route('reports.transcripts')`
- Promotion Report -> `route('reports.promotions')`
- Semester Report -> `route('reports.semesters')`
- Teacher Report -> `route('reports.teachers')`
- Faculty Report -> `route('reports.faculties')`
- Department Report -> `route('reports.departments')`
- Course Report -> `route('reports.courses')`

## Supporting links
- Fee Reports -> `route('fee.reports')`
- Attendance Reports -> `route('admin.attendance.report')`
- Library Reports -> `route('library.reports')`

## Notes
- The sidebar now uses translation labels for English, Pashto, and Dari.
- The student and quiz dashboards are exposed directly because they provide better operational entry points than raw export pages.
