@if($posting->department)
{{ $posting->department->name }}
@endif
{{ $posting->title }}
{{ ucfirst(str_replace('_',' ',$posting->employment_type)) }}
@if($posting->location)
{{ $posting->location }}
@endif @if($posting->salary_min || $posting->salary_max)
@if($posting->salary_min && $posting->salary_max) {{ number_format($posting->salary_min,0) }} – {{ number_format($posting->salary_max,0) }} @elseif($posting->salary_min) From {{ number_format($posting->salary_min,0) }} @endif
@endif
{{ $posting->reference }}
{{-- Main content --}}

Job Description

{{ $posting->description }}
@if($posting->requirements)

Requirements & Qualifications

{{ $posting->requirements }}
@endif

How to Apply

To apply for this position, click the Apply Now button on this page and complete the online application form. You will need to:

  • Provide your personal and contact details
  • State your highest qualification and years of experience
  • Write a cover letter explaining why you are suitable for this role
  • Optionally upload your CV (PDF or Word, max 5 MB)

After submitting, you will receive a confirmation email with your application reference number. Our HR team will review your application and contact shortlisted candidates directly.

Apply Now
{{-- Sidebar --}}