๐ŸŽ‰

You Have Been Shortlisted!

{{ config('hrms.company', 'Our Organisation') }}

Dear {{ $applicant->first_name }},

We are pleased to inform you that following a review of applications received for the position below, you have been shortlisted for the next stage of our recruitment process.

{{ $posting->title }}
{{ config('hrms.company') }} @if($posting->department) ยท {{ $posting->department?->name }}@endif ยท {{ ucfirst(str_replace('_',' ',$posting->employment_type)) }}
โœ“ Shortlisted for Final Interview
@if($interviewDate || $interviewVenue)

๐Ÿ“… Your Interview Details

@if($interviewDate)
๐Ÿ“…
Date
{{ \Carbon\Carbon::parse($interviewDate)->format('l, d F Y') }}
@endif @if($interviewTime)
๐Ÿ•
Time
{{ $interviewTime }}
@endif @if($interviewVenue)
๐Ÿ“
Venue
{{ $interviewVenue }}
@endif
@else

Our HR team will contact you shortly with the details of your final interview, including the date, time, and venue.

@endif @if($interviewNotes)

Additional information: {{ $interviewNotes }}

@endif

Please confirm your availability by replying to this email or contacting our HR department at {{ config('mail.from.address','hr@company.com') }}.

We look forward to meeting you. Congratulations on reaching this stage of the process!

Warm regards,
{{ config('hrms.hr_dept','Human Resources') }}
{{ config('hrms.company','Our Organisation') }}