@include('recruitment.print.partials.letterhead')
| {{ __('Ref. No.') }} / সূত্র নং | {{ $refNo }} | {{ __('Date') }} / তারিখ | {{ $printDate }} |
{{ $candidate->name }}
{{ $candidate->email }}@if($candidate->phone)
{{ $candidate->phone }}@endif
প্রিয় {{ $candidate->name }}, / Dear {{ $candidate->name }},
আমরা আনন্দের সাথে জানাচ্ছি যে {{ $orgName }} @if($branch) ({{ $branch }}) @endif এ আপনাকে {{ $designation }} পদে নিয়োগের প্রস্তাব দিচ্ছি। We are pleased to offer you the position of {{ $designation }} @if($branch) at {{ $branch }}@endif.
{{ __('Position') }} / পদবী: {{ $designation }}
@if($department){{ __('Department') }} / বিভাগ: {{ $department }}
@endif @if($branch){{ __('Branch') }} / শাখা: {{ $branch }}
@endif{{ __('Monthly gross salary') }} / মাসিক মোট বেতন: @if($application->offered_salary !== null) {{ number_format((float) $application->offered_salary, 2) }} @else {{ __('As discussed') }} / আলোচনা অনুযায়ী @endif
{{ __('Joining date') }} / যোগদানের তারিখ: {{ $application->joining_date ? $application->joining_date->format('d.m.Y') : __('To be confirmed') }}
@if($application->staff_sid){{ __('Staff ID') }}: {{ $application->staff_sid }}
@endifঅনুগ্রহ করে এই প্রস্তাব গ্রহণ করতে নির্ধারিত সময়ের মধ্যে HR বিভাগের সাথে যোগাযোগ করুন। Please contact HR to accept this offer and complete joining formalities.
@include('recruitment.print.partials.signature')