@include('includes.css_header') @include('includes.agile_logo_element') @include('includes.email_footer')

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:

@foreach ($marked_as_paid_employees_full_names as $employee) @endforeach
Serial No Employee Name Payment Status
{{ $serialNo++ }} {{ $employee }} Paid
@else

No employees have been marked as paid for this payroll cycle.

@endif

Access the Payroll Run screen.

Best regards,

Agile HRO