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 }}
@elseFile: No file uploaded
@endif