|
To, {{ $interview->gender == 'Male' ? 'Mr' : 'Ms' }}. {{ $interview->name ?? 'Candidate Name' }} |
Date: {{ isset($interview->ctc_and_offer_send_time) ? date('d-m-Y', strtotime($interview->ctc_and_offer_send_time)) : now()->format('d-m-Y') }} |
OFFER LETTER
This has reference to our discussion; we are pleased to offer you the position of the {{ $interview->designation->name ?? 'Designation' }} in the {{ $interview->designation->employeeDepartment->name ?? 'Department' }} department of our organization. Your place of work will be {{ $interview->location->name ?? '' }}.
- Effective Date of Appointment: This appointment will be effective from your date of reporting on or before {{ $interview->expected_date_of_joining ? date('d-m-Y', strtotime($interview->expected_date_of_joining)) : '_________' }}.
- Responsibilities: Your responsibilities will be assigned from time to time by the management.
- Probation Period: Your appointment is subject to serving a probationary period of 6 months. On satisfactory completion, you will be confirmed in your position.
At the time of joining kindly bring the following documents for company’s record:
- 2 Passport size photographs
- Photo ID proof & Driving Proof (Ration Card & Driving License)
- Address Proof (Aadhar Card)
- Copies of all Educational and Experience Certificates
- Relieving letter from your current/last employer
- Last 3 months' salary slips or certificate
- Bank passbook copy/Cancelled cheque
- PAN Card copy
The detailed appointment letter with annexure will be issued to you at the time of your joining. Please note this offer will expire on {{ date('d-m-Y', strtotime(($interview->ctc_and_offer_send_time ?? date('Y-m-d')) . ' +2 days')) }}.
Acceptance: Please confirm in writing your acceptance of this offer and conditions by signing and returning the enclosed copy of this letter to the undersigned at the HO office.
Thanking you,
For: Aarya Group
@if ($sign->show_sign == 1 && !empty($sign->signature) && \Storage::disk('public')->exists($sign->signature))
@endif
{{ $sign->name ?? 'Dipak Panchal' }},
{{ $sign->designation ?? 'HR Manager' }}
| I hereby accept the offer with above conditions. | Date: {{ date('d-m-Y') }} |
|
Signature:
@if (!empty($interview->signature) && \Storage::disk('public')->exists($interview->signature))
|