• Dashboard
  • @php $class=''; $array=array('students','student','teachers','teacher','staff','staffs'); if(in_array(\Request()->segment('2'),$array)) { $class='active'; } @endphp
  • Users
      @php $class=''; $array=array('teachers','teacher','staff','staffs'); if(in_array(\Request()->segment('2'),$array)) { $class='active'; } @endphp
    • Staffs
      • Teaching
      • Non-Teaching
    • Students
  • Book Categories
  • Books
  • Books Lending
  • Return Books
  • To Do List
  • Holiday
  • Activity Log