Dear {{ $to_name }},
We are pleased to inform you that the payroll run for the month of {{ date('F', strtotime("2023-$month-01")) }} {{ date('Y', strtotime("$year-01-01")) }} has been processed.
@php
$serialNo = 1;
@endphp
@if (isset($marked_as_paid_employees_full_names) && $marked_as_paid_employees_full_names != "" && count($marked_as_paid_employees_full_names) > 0)
Below is a summary of employees whose details has been processed for:
Serial No |
Employee Name |
Payment Status |
@foreach ($marked_as_paid_employees_full_names as $employee)
{{ $serialNo++ }} |
{{ $employee }} |
Paid |
@endforeach
@else
No employees have been marked as paid for this payroll cycle.
@endif
Access the Payroll Run screen.
Best regards,
Agile HRO
|