@include('convert_word')

Date: {{ date('F d, Y') }}

TO WHOME IT MAY CONCERN

This is to certify that, the following amount of salary and allowances were paid to {{ trim($employee->emp_name_english) }} "{{ trim($employee->organization->position->name) . ' - ' . $employee->organization->departmentInfo->name }}", {{ $employee->organization->company->name }}, during the period from {{ date('F d, Y',strtotime($fiscalYear->fyStartDate)) }} to {{ date('F d, Y',strtotime($fiscalYear->fyEndDate)) }}.

{{ $employee->sex == 'Male' ? 'His' : 'Her' }} Salary Details given below:
@foreach ($particulars as $key => $particular) @php $bold = $key == 'total_salary_benefits' ? true : false; @endphp @endforeach
Particulars Amount
{{ @$particular['title'] }} {{ number_format($particular['amount']) }}/-
@php echo 'In Words: ' . convert_number_to_words($particulars['total_salary_benefits']['amount'], 'Taka'); @endphp
@if (count($departmentWiseHeadInfo) != 0)



{{ $departmentWiseHeadInfo[1]['employee_name'] }}
{{ $departmentWiseHeadInfo[1]['designation'] }}-{{ $departmentWiseHeadInfo[1]['department'] }}
Ambala Foundation

@endif