Application Form

{{ $posting->title }}

@if($posting->department)
{{ $posting->department->name }}
@endif
{{-- Form --}}
@if($errors->any())
Please fix the following:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Personal --}}
Personal Information
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Your confirmation email will be sent here.
{{-- Qualifications --}}
Qualifications & Experience
@error('highest_qualification')
{{ $message }}
@enderror
@error('years_of_experience')
{{ $message }}
@enderror
{{-- Cover Letter --}}
Cover Letter
@error('cover_letter')
{{ $message }}
@enderror
0 / 5000 characters
{{-- CV Upload --}}
CV / Résumé (Optional)
Click to upload your CV
PDF, Word (.doc, .docx) · Max 5 MB
@error('cv')
{{ $message }}
@enderror
{{-- Consent --}}
You will receive a confirmation email immediately after submitting.
{{-- Sidebar --}}

You are applying for

Position
{{ $posting->title }}
@if($posting->department)
Department
{{ $posting->department->name }}
@endif
Organisation
{{ $company }}
Type
{{ ucfirst(str_replace('_',' ',$posting->employment_type)) }}
@if($posting->application_deadline)
Deadline
{{ $posting->application_deadline->format('d M Y') }}
@endif @if($posting->salary_min || $posting->salary_max)
Salary Range
{{ config('hrms.currency_primary','USD') }} {{ number_format($posting->salary_min ?? 0, 0) }} – {{ number_format($posting->salary_max ?? 0, 0) }}
@endif
Your data is kept confidential and only used for recruitment purposes.