@include('recruitment.print.partials.letterhead')
| {{ __('Ref. No.') }} | {{ $refNo }} | {{ __('Date') }} | {{ $printDate }} |
{{ $candidate->name }}
{{ $candidate->email }}
প্রিয় {{ $candidate->name }}, / Dear {{ $candidate->name }},
{{ $job->title }} পদে আপনার আবেদন পর্যালোচনা করে আমরা আপনাকে সাক্ষাৎকারে আমন্ত্রণ জানাচ্ছি। Following review of your application for {{ $job->title }}, you are invited for an interview.
{{ __('Position') }}: {{ $designation }}
@if($branch){{ __('Venue / Branch') }}: {{ $branch }}
@endif @if($interview){{ __('Date & time') }}: {{ $interview->scheduled_at->format('l, d.m.Y — H:i') }}
@if($interview->location_or_link){{ __('Location / link') }}: {{ $interview->location_or_link }}
@endif @if($interview->agenda){{ __('Agenda') }}: {{ $interview->agenda }}
@endif @else{{ __('Schedule') }}: {{ __('HR will contact you with date and time.') }}
@endifঅনুগ্রহ করে নির্ধারিত সময়ে উপস্থিত থাকুন এবং প্রয়োজনীয় কাগজপত্র সঙ্গে আনুন। Please arrive on time with required documents and your CV.
@include('recruitment.print.partials.signature')