{{ $careerOpportunity->title }} Back Edit

Title: {{ $careerOpportunity->title }}

Location: {{ $careerOpportunity->location }}

Status: {{ $careerOpportunity->status }}

Duration: {{ $careerOpportunity->duration ?: 'Not specified' }}

Expiry Date: {{ $careerOpportunity->expiry_date ?: 'Not specified' }}

Career Type: {{ $careerOpportunity->career_type }}

@if ($careerOpportunity->file)

File: {{ $careerOpportunity->file }}

@else

File: No file uploaded

@endif