Current period payroll already exists
{{ $currentPeriodRun->payroll_number }} covers {{ $currentPeriodRun->period_start->format('d M') }} to {{ $currentPeriodRun->period_end->format('d M Y') }} and is {{ str($currentPeriodRun->status)->headline() }}.
| Payroll | Period | Employees | Net pay | Status | |
|---|---|---|---|---|---|
| {{ $run->payroll_number }} | {{ $run->period_start->format('d M') }} - {{ $run->period_end->format('d M Y') }} | {{ $run->payslips_count }} | KES {{ number_format((float)$run->net_pay,2) }} | Open | |
| No payroll runs created. | |||||