{{ $job->title }}

{{ $job->company->name ?? 'Company Name' }} • {{ $job->location }}

@if($job->company && $job->company->logo) {{ $job->company->name }} @else
{{ substr($job->company->name ?? 'C', 0, 1) }}
@endif @if($job->featured)
⭐ FEATURED
@endif

{{ $job->title }}

{{ $job->company->name ?? 'Company Name' }}

{{ $job->location }}
Posted {{ $job->created_at->diffForHumans() }}
{{ $job->employment_type ?? 'Full-time' }}
XAF {{ number_format($job->salary_max ?? $job->salary_min ?? 0) }}
per month
@if($job->salary_min && $job->salary_max && $job->salary_min !== $job->salary_max)
Range: XAF {{ number_format($job->salary_min) }} - {{ number_format($job->salary_max) }}
@endif
{{ $job->applications_count ?? 0 }}
Applicants
{{ $job->views_count ?? 0 }}
Views
{{ $job->employment_type ?? 'Full-time' }}
Type
{{ $job->experience_level ?? 'Mid-level' }}
Level

Job Description

{!! nl2br(e($job->description)) !!}
@if($job->requirements)

Requirements

{!! nl2br(e($job->requirements)) !!}
@endif @if($job->responsibilities)

Key Responsibilities

{!! nl2br(e($job->responsibilities)) !!}
@endif @if($job->benefits)

What We Offer

{!! nl2br(e($job->benefits)) !!}
@endif @if($job->skills)

Required Skills

@foreach(explode(',', $job->skills) as $skill) {{ trim($skill) }} @endforeach
@endif

Ready to Apply?

Join the queue of talented candidates applying for this position.

@auth @if(!auth()->user()->hasAppliedToJob($job))
@csrf

Accepted formats: PDF, DOC, DOCX, TXT (Max 5MB)

@else
Already Applied
@endif @else Login to Apply @endauth
Application deadline: {{ $job->application_deadline ? $job->application_deadline->format('M j, Y') : 'Open until filled' }}

About the Company

@if($job->company) View Full Profile @endif
@if($job->company && $job->company->logo) {{ $job->company->name }} @else
{{ substr($job->company->name ?? 'C', 0, 1) }}
@endif

{{ $job->company->name ?? 'Company Name' }}

{{ $job->company->industry ?? 'Industry' }}

@if($job->company)

{{ $job->company->description ?? 'A leading company in Cameroon.' }}

Industry
{{ $job->company->industry ?? 'N/A' }}
Company Size
{{ $job->company->size ?? 'N/A' }}
Founded
{{ $job->company->founded_year ?? 'N/A' }}
Location
{{ $job->company->location ?? 'Cameroon' }}
@if($job->company && $job->company->owner)

Posted By

{{ substr($job->company->owner->name, 0, 1) }}
{{ $job->company->owner->name }}

{{ $job->company->owner->profile->current_job_title ?? 'HR Manager' }} at {{ $job->company->name }}

Posted {{ $job->created_at->diffForHumans() }}

@endif @endif

Job Details

Employment Type {{ $job->employment_type ?? 'Full-time' }}
Experience Level {{ $job->experience_level ?? 'Mid-level' }}
Location {{ $job->location }}
Salary Range XAF {{ number_format($job->salary_min ?? 0) }} - {{ number_format($job->salary_max ?? 0) }}
@if(isset($similarJobs) && $similarJobs->count() > 0) @endif