• Dashboard
  • @role('Student')
  • Academic
  • @endrole @can('student.index')
  • Students
  • @endcan @can('teacher.index')
  • Teachers
  • @endcan @canany(['student_attendance.index', 'employee_attendance.index'])
  • Attendance
    • Student Attendance
    • @can('employee_attendance.index')
    • Employee Attendance
    • @endcan
  • @endcanany @canany(['academic.class', 'academic.section', 'academic.subject'])
  • Academic
      @can('academic.class')
    • Class
    • @endcan @can('academic.section')
    • Section
    • @endcan @can('academic.subject')
    • Subject
    • @endcan
  • @endcanany @canany(['exam.index', 'exam.grade.index', 'exam.rule.index'])
  • Exam
      @can('exam.rule.index')
    • Rule
    • @endcan @can('exam.index')
    • Exam
    • @endcan @can('exam.grade.index')
    • Grade
    • @endcan
  • @endcanany @canany(['marks.index', 'result.index'])
  • Marks & Result
      @can('marks.index')
    • Marks
    • @endcan @can('result.index')
    • Result
    • @endcan
  • @endcanany @can(['promotion.create'])
  • Promotion
  • @endcan @canany(['hrm.employee.index', 'hrm.leave.index', 'hrm.work_outside.index', 'hrm.policy'])
  • HRM
      @can('hrm.employee.index')
    • Employee
    • @endcan @can('hrm.leave.index')
    • Leave
    • @endcan @can('hrm.policy')
    • Policy
    • @endcan
  • @endcanany @can('user.index')
  • Users
  • @endcan
  • Reports
      @notrole('Student')
    • Student
        @can('report.student_monthly_attendance')
      • Monthly Attendance
      • @endcan @can('report.student_list')
      • Student List
      • @endcan
    • HRM
        @can('report.employee_monthly_attendance')
      • Monthly Attendance
      • @endcan @can('report.employee_list')
      • Employee List
      • @endcan
    • Marks & Result
      • Marksheet Public
    • @canany(['student_attendance.index', 'employee_attendance.index'])
    • Application Log
    • @endcanany @endnotrole @role('Student')
    • Marksheet Public
    • @endrole
  • @notrole('Student') @if($frontend_website)
  • Site
      @can('site.dashboard')
    • Dashboard
    • @endcan @canany(['site.index', 'site.about_content', 'site.service', 'site.statistic', 'site.testimonial', 'site.subscribe'])
    • Home
        @can('slider.index')
      • Sliders
      • @endcan @can('site.about_content')
      • About Us
      • @endcan @can('site.service')
      • Our Services
      • @endcan @can('site.statistic')
      • Statistic
      • @endcan @can('site.testimonial')
      • Testimonials
      • @endcan @can('site.subscribe')
      • Subscribers
      • @endcan
    • @endcanany @can('class_profile.index')
    • Class
    • @endcan @can('teacher_profile.index')
    • Teachers
    • @endcan @can('event.index')
    • Events
    • @endcan @can('site.gallery')
    • Gallery
    • @endcan @can('site.contact_us')
    • Contact Us
    • @endcan @can('site.faq')
    • FAQ
    • @endcan @can('site.timeline')
    • Timeline
    • @endcan @can('site.settings')
    • Settings
    • @endcan @can('site.analytics')
    • Analytics
    • @endcan
  • @endif @endnotrole @role('Admin')
  • Administrator
      @can('settings.institute')
    • Institute Settings
    • @endcan @can('administrator.academic_year')
    • Academic Year
    • @endcan @can('settings.report')
    • Report Settings
    • @endcan @can('user.role_index')
    • User Role
    • @endcan @can('administrator.user_index')
    • System Admin
    • @endcan @can('administrator.user_password_reset')
    • Reset User Password
    • @endcan {{--
    • --}} {{----}} {{-- Backup--}} {{----}} {{--
    • --}} {{--
    • --}} {{----}} {{-- Restore--}} {{----}} {{--
    • --}}
  • @endrole