We are excited to inform you that the following employees are nearing the end of their probation period:
| Name | DOJ | Probation Period | Due Date | Days Left | Designation | |
|---|---|---|---|---|---|---|
| {{ $user->first_name ?? '' }} {{ $user->last_name ?? '' }} | {{ $user->professional_email ?? '' }} | {{ $user->doj ? \Carbon\Carbon::parse($user->doj)->format('d-m-Y') : '' }} | {{ $user->probation_period_duration ?? '' }} Days @if(!empty($user->probation_extension_days)) + {{ $user->probation_extension_days }} Ext. @endif | {{ !empty($user->probation_due_date) ? \Carbon\Carbon::parse($user->probation_due_date)->format('d-m-Y') : '' }} | {{ $user->probation_remaining_days ?? '' }} | {{ $user->designationDetails->name ?? '' }} |
Please take the necessary steps to review their performance and make decisions regarding their continued employment with us.
This is an automated message, please do not reply.