• Dashboard
  • Smart HRM App
  • @if(hasPermission('profiles.index', $em_slugs))
  • Profile
  • @endif @if (hasPermission('e.leave.applications.index', $em_slugs) || hasPermission('e.short.leaves.index', $em_slugs))
  • Leave
      @if (hasPermission('e.leave.applications.index', $em_slugs))
    • Leave Applications
    • @endif @if (hasPermission('e.short.leaves.index', $em_slugs))
    • Short Leaves
    • @endif
  • @endif @if (hasPermission('e.hr.loans.index', $em_slugs))
  • HR Loans
      @if (hasPermission('e.hr.loans.create', $em_slugs))
    • Create Loan
    • @endif
    • Loan List
  • @endif @if (hasPermission('e.out.works.index', $em_slugs))
  • Out Work
      @if (hasPermission('e.out.works.create', $em_slugs))
    • O/W Create
    • @endif
    • O/W List
  • @endif @if (in_array('e.other.expenses.index', $em_slugs))
  • Other Expense
      @if (in_array('e.other.expenses.create', $em_slugs))
    • Other Expense Create
    • @endif
    • Other Expense List
  • @endif @if (hasPermission('e.daily.works.index', $em_slugs))
  • Daily Work
      @if (hasPermission('e.daily.works.create', $em_slugs))
    • D/W Create
    • @endif
    • D/W List
  • @endif @if(hasPermission('e.attendances.index', $em_slugs))
  • Attendance
  • @endif @if (in_array('e.payslips.index', $em_slugs))
  • Payslip
  • @endif @if (in_array('e.notices.index', $em_slugs))
  • Notice
  • @endif
  • Change Password