| Employee | Type | Basic | Commission | Gross | Deductions | Net | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $payroll->employee->name ?? '-' }} | {{ $payroll->employee->employeeType->name ?? '-' }} | RM {{ number_format($payroll->basic_salary, 2) }} | RM {{ number_format($payroll->total_commission, 2) }} | RM {{ number_format($payroll->gross_salary, 2) }} | RM {{ number_format($payroll->total_employee_deduction, 2) }} | RM {{ number_format($payroll->net_salary, 2) }} | {{ ucfirst($payroll->status) }} | View @if($payroll->status === 'calculated') @endif |
No payroll records for this period.
Calculate Payroll