@include('recruitment.print.partials.letterhead')
আবেদন গ্রহণ স্বীকারপত্র
{{ __('Application Acknowledgement') }}
{{ __('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.print.partials.signature')