{{ $job->company->name ?? 'Company Name' }} • {{ $job->location }}
{{ $job->company->name ?? 'Company Name' }}
Join the queue of talented candidates applying for this position.
@auth @if(!auth()->user()->hasAppliedToJob($job)) @else{{ $job->company->industry ?? 'Industry' }}
{{ $job->company->description ?? 'A leading company in Cameroon.' }}
{{ $job->company->owner->profile->current_job_title ?? 'HR Manager' }} at {{ $job->company->name }}
Posted {{ $job->created_at->diffForHumans() }}
{{ $similarJob->company->name ?? 'Company' }} • {{ $similarJob->location }}
XAF {{ number_format($similarJob->salary_max ?? 0) }}
@endforeach