@include('recruitment.pdf.partials.styles')
@include('recruitment.pdf.partials.letterhead')| {{ __('Ref. No.') }} | {{ $refNo }} | {{ __('Date') }} | {{ $printDate }} |
| {{ __('Application ID') }} | #{{ $application->id }} | {{ __('Applied on') }} | {{ $application->created_at?->format('d.m.Y') }} |
{{ $candidate->name }}
{{ $candidate->email }}
প্রিয় {{ $candidate->name }}, {{ $job->title }} পদে আপনার আবেদন সফলভাবে গ্রহণ করা হয়েছে। Dear {{ $candidate->name }}, we acknowledge receipt of your application for {{ $job->title }}.
{{ __('Position') }}: {{ $job->title }}
@if($branch){{ __('Branch') }}: {{ $branch }}
@endif{{ __('Status') }}: {{ \App\Models\RecruitmentJobApplication::statusLabel($application->status) }}
আপনার আবেদন পর্যালোচনা করা হবে এবং উপযুক্ত হলে আমরা যোগাযোগ করব। Your application will be reviewed and we will contact you if shortlisted. @if($application->portal_token) Track status: {{ $application->portalUrl() }} @endif
@include('recruitment.pdf.partials.signature')