|
|
|
Dear HR Team,
|
|
Our system has identified that {{ $employee->name }} (Employee ID: {{ $employee->id }}, Home: {{ $employee->home?->name }}) has met the predefined criteria indicating consistent underperformance.
|
|
Summary of Performance Issues:
- Adequate training has been provided for {{ $employee->name }}
- Duration: Time with the company is {{ $employee->getServiceLength() }}
- {{ ucfirst($stageCount) }} stage training received for the following area: {{ str_replace(['[employee-name]', '[his-her]'], [ucwords($employee->name), $gender], $variable) }}
|
|
As per our HR protocols, this case now requires a formal HR review and appropriate follow-up action.
|
|
Recommended Next Step:
Please schedule a meeting with the employee and the relevant line manager to discuss the performance concerns and determine an appropriate improvement plan or further action.
|
|
If you require additional data or reports, please access the full performance summary via the Nexcare.
|
Kind regards,
{{ isset($company) ? $company->company : app('tenant')['company']?->company }}
|
|
|
|