UFANIS AFRICA

Human Resources Department

Email: hr@ufanisafrica.org | Phone: +254 XXX XXX XXX

Date: {{ now()->format('F d, Y') }}
{{ $promotion->employee->first_name }} {{ $promotion->employee->last_name }}
{{ $promotion->previous_position }}
{{ $promotion->previous_department ?? 'N/A' }}

Subject: PROMOTION NOTIFICATION

Dear {{ $promotion->employee->first_name }},

We are pleased to inform you that you have been promoted, effective {{ $promotion->effective_date->format('F d, Y') }}.

Your promotion details are as follows:

@if($promotion->previous_department != $promotion->new_department) @endif
Previous Position {{ $promotion->previous_position }}
New Position {{ $promotion->new_position }}
Previous Salary ${{ number_format($promotion->previous_salary, 2) }}
New Salary ${{ number_format($promotion->new_salary, 2) }}
Previous Department {{ $promotion->previous_department ?? 'N/A' }}
New Department {{ $promotion->new_department ?? 'N/A' }}
Effective Date {{ $promotion->effective_date->format('F d, Y') }}

Reason for Promotion:

{{ $promotion->reason }}

This promotion is in recognition of your outstanding performance, dedication, and contribution to UFANIS AFRICA. We are confident that you will continue to excel in your new role.

Please feel free to reach out to the HR Department if you have any questions regarding this promotion.

Congratulations once again on your well-deserved promotion!

Sincerely,

Human Resources Manager
UFANIS AFRICA