To Whom It May Concern,
This is to certify that {{ $employee->name }} is currently employed with {{ $companyName }} as {{ $employee->employeeProfile?->job_title ?? 'Staff' }} in the {{ $employee->employeeProfile?->departmentRel?->name ?? '' }} Department since {{ $employee->employeeProfile?->joining_date?->format('d M Y') ?? 'N/A' }}.
Their current gross salary is {{ number_format((float) ($employee->salaryAssignment?->gross_salary ?? 0), 2) }} per {{ $employee->salaryAssignment?->salary_type === 'yearly' ? 'year' : 'month' }}.
This certificate is issued upon the request of the employee for official purposes only.