| Course Type | {{ $course->type_description ?? 'N/A' }} |
|---|---|
| Course Code | {{ $course->code ?? 'N/A' }} |
| Course Title | {{ $course->title ?? 'N/A' }} |
| Start Date | {{ $course->formatted_start_date ?? 'N/A' }} |
| End Date | {{ $course->formatted_end_date ?? 'N/A' }} |
| Course Type | {{ $course->type_description ?? 'N/A' }} |
|---|---|
| Course Code | {{ $course->code ?? 'N/A' }} |
| Course Title | {{ $course->title ?? 'N/A' }} |
| Start Date | {{ $course->formatted_start_date ?? 'N/A' }} |
| End Date | {{ $course->formatted_end_date ?? 'N/A' }} |
| Title | {{ $application->title != env('OTHER_TITLE_ID')? $salutation->name : $application->other_title }} |
|---|---|
| Name | {{ $application->name }} |
| Father's Name | {{ $application->father_name }} |
| Employee Number | {{ $application->employee_no ?? 'N/A' }} |
| Designation/Rank | {{ $application->designation_rank }} |
| Date of Birth | {{ \Carbon\Carbon::parse($application->dob)->format('d-m-Y') }} |
| Date of Retirement | {{ \Carbon\Carbon::parse($application->date_of_retirement)->format('d-m-Y') }} |
| Gender | @if($application->gender == 'M') Male @elseif($application->gender == 'F') Female @else Other @endif |
| Category | {{ $application->category }} |
| Educational Qualification | {{ $application->educational_qualification ?? 'N/A' }} |
| Differently Abled | {{ $application->differently_abled ? 'Yes' : 'No' }} @if($application->differently_abled && $application->disability_type) ({{ $application->disability_type }}) @endif |
| Current Address | {{ $application->current_address }} |
|---|---|
| Permanent Address | {{ $application->permanent_address }} |
| Mobile Number | {{ $application->mobile_no }} |
| Alternate Number | {{ $application->alternate_no ?? 'N/A' }} |
| WhatsApp Number | {{ $application->whatsapp_no ?? 'N/A' }} |
| Email ID | {{ $application->email_id }} |
| Section | {{ $application->office_particulars_section }} |
|---|---|
| Directorate | {{ $application->office_particulars_directorate }} |
| Branch/Headquarters/ISO | {{ $application->office_particulars_branch }} |
| Next of Kin | {{ $application->next_of_kin }} |
|---|---|
| Emergency Phone Number | {{ $application->nok_phone_no }} |
Certified that in the event of selection of, {{ $application->title != env('OTHER_TITLE_ID')? $salutation->name : $application->other_title }} {{ $application->name }} ({{ $application->designation_rank }}) for the subject course, he/she will be relieved by this office to attend the course.
@endif @if($course->type == 'C')Certified that {{ $application->title != env('OTHER_TITLE_ID')? $salutation->name : $application->other_title }} {{ $application->name }} ({{ $application->designation_rank }}) will be relieved by this office to attend the course.
@endif| Date: |
Signature Name & Designation Office & Tel No. |