✅ Application Received

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

Dear {{ $applicant->first_name }},

Thank you for applying to {{ config('hrms.company','our organisation') }}. We have successfully received your application and it is now under review by our HR team.

Position {{ $posting->title }}
@if($posting->department)
Department {{ $posting->department->name }}
@endif
Employment Type {{ ucfirst(str_replace('_',' ',$posting->employment_type)) }}
@if($posting->application_deadline)
Application Deadline {{ $posting->application_deadline->format('D, d M Y') }}
@endif
Date Submitted {{ now()->format('D, d M Y') }}

Your application reference number is:

{{ $applicant->applicant_number }}

Keep this number for your records. Quote it in any correspondence with us.

Our recruitment team will review all applications after the deadline. If your profile matches our requirements, we will contact you to discuss the next steps. Due to the volume of applications we receive, we are only able to contact candidates who are shortlisted for further consideration.

If you have any questions, please contact us at {{ config('mail.from.address','hr@company.com') }}.

We wish you the very best in the recruitment process.

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