{{-- Document-style card --}}
{{-- Header --}}
{{-- Job Description --}}
{{-- Responsibilities --}}
@if($job->responsibilities)
@endif
{{-- Requirements --}}
@if($job->requirements)
@endif
{{-- Apply / Applied --}}
{{ $job->job_title }}
Location: {{ $job->location ?? 'Not specified' }}
Closing Date: {{ $job->closing_date ? $job->closing_date->format('M d, Y') : 'N/A' }}
{{-- Job Description --}}
Job Description
{{ $job->job_description }}
Responsibilities
{{ $job->responsibilities }}
Requirements
{{ $job->requirements }}
{{-- Apply / Applied --}}
@if ($hasApplied)
You have already applied for this job
@else
Apply Now
@endif