| Period | Basic | Commission | Gross | Deductions | Net | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $payroll->period_display }} | 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 |
No payroll records yet.
@endif