|
Dear {{ $employee->name }},
This is to inform you that the promotion request for the below employee has been submitted
and is now pending your review and approval.
| Name: |
{{ $employeeR->name }} |
| Employee ID: |
{{ $employeeR->employee_unique_id }} |
| Position: |
{{ $employeeR->getEmployeeLastPosition() }} |
| Department: |
{{ $employeeR?->department?->name }} |
The promotion request details have been submitted in the system.
Kindly review the details and proceed with your approval or provide feedback if needed.
Your prompt attention to this matter is appreciated to ensure timely processing.
Best regards,
|