• Main
  • Dashboard
      @if (Auth::user()->role_name == 'Admin')
    • Admin Dashboard
    • @endif @if (Auth::user()->role_name == 'Normal User')
    • Employee Dashboard
    • @endif
  • @if (Auth::user()->role_name == 'Admin')
  • Authentication
  • User Controller
    • All Users
  • Attendance
  • Leaves 1
  • Roles & Permissions
  • Departments
  • Designations
  • Leave Settings
  • Holidays
  • Project Management
  • Project Management
    • Clients
    • Projects
    • Tasks
    • Defect Task
  • HR
  • Payroll
    • Employee Salary
    • Payroll Items
  • Reports
    • Expense Report
    • Invoice Report
    • Payments Report
    • Employee Report
    • Attendance Report
    • Leave Report
  • @endif @if (Auth::user()->role_name == 'Normal User')
  • Employees
  • Employees
    • All Employees
    • Leaves
    • Attendance
    • Timesheet
    • Shift & Schedule
    • Overtime
  • Project Management
    • Projects
    • Tasks
    • Defect Task
  • @endif