Navigation
photo
{{ Auth::user()->name }}
 {{ ucwords(str_replace('_', ' ', Auth::user()->user_type)) }}
  • Dashboard
  • {{--Reception--}} @if(Qs::userIsAdministrative() )
  • Reception
    • Admission Enquiry
    • Visitor Logs
    • Phone Call Logs
    • Complain
    • Setup Front Office
  • @endif {{--Academics--}} @if(Qs::userIsAcademic())
  • Timetables
  • @endif {{--Exam--}} @if(Qs::userIsTeamSAT() )
  • Exams
      @if(Qs::userIsTeamSA()) {{--Exam list--}}
    • Exam List
    • {{--Grades list--}}
    • Grades
    • @endif @if(Qs::userIsTeamSAT()) {{--Marks Manage--}}
    • Marks
    • {{--Marksheet--}}
    • Marksheet
    • Tabulation Sheet
    • {{--Marks Batch Fix--}}
    • Batch Fix
    • Transcript
    • @endif @if(Qs::userIsTeamSA() || Qs::userIsTeamSAT()) {{--Tabulation Sheet--}} @endif
  • Montessori
    • Category
    • Assessment Items
    • Student Assessment
    • Student Report
  • {{--Manage Subjects--}}
  • Subjects
  • @endif {{--End Exam--}} {{--Administrative--}} @if(Qs::userIsAdministrative()) @if(auth()->user()->user_type != 'secretary' ||auth()->user()->user_type != 'parent' )
  • Accounts
      {{--Payments--}} @if(Qs::userIsTeamAccount())
    • Payments
      • Collect Fees
      • Payment Transactions
      • Manage Fee Discount
    • Bills
      • Generate Bills
      • Bill Groups
      • Bill Items
      • Assign Bill Items
    • Expenses
      • Add Expense
      • List Expense
      • Expense Approvals
      • Expense Category
    • Manage
    • Journal Entry
    • @endif
  • @endif @endif {{--Manage Students--}} @if(Qs::userIsTeamSAT() )
  • Students
      {{--Admit Student--}} @if(Qs::userIsTeamSA())
    • Admit Student
    • @endif {{--Student Information--}}
    • Student Information
        @foreach(App\Models\MyClass::orderBy('name')->get() as $c)
      • {{ $c->name }}
      • @endforeach
    • @if(Qs::userIsTeamSA() ) {{--Student Promotion--}}
    • Student Promotion
      • Promote Students
      • Manage Promotions
    • {{--Student Graduated--}}
    • Students Graduated
    • Inactive Accounts
    • @endif
  • Attendance
    • Student Attendance
    • Attendance Report
  • Lesson Plan
    • Weekly Forecast
    • Lesson Plan
    • List Lessons
  • Library
    • Add Book
    • List Books
    • Student Membership
    • Issue Books
  • @endif @if(Qs::userIsTeamSA()) {{--Manage Classes--}}
  • Classes
  • {{--Manage Sections--}}
  • Sections
  • Parents
    • Parent Directory
  • Canteen
    • Menu Category
    • Menu
  • {{-- Human Resource --}}
  • Human Resource
    • Staff Directory
    • Payroll
      • Salary Components
      • Statutory Components
    • Staff Attendace
  • Reports
    • Financial Report
      • Balance Sheet
      • Trial Balance
      • Profit and Loss
    • Fees Report
      • All Fees
      • Payment Report
  • Inventory
    • Issue Item
  • Communications
    • Notice Board
  • {{--Manage Users--}}
  • Users
  • @endif {{--Manage Account--}}
  • My Account
  • @include('pages.'.Qs::getUserType().'.menu')