{{ __('Browse Jobs') }}

Back to Home

Find Your Dream Job

Discover amazing opportunities across Cameroon with our smart job search platform.

Clear All
{{ $jobs->total() }} jobs found @if(request('q')) for "{{ request('q') }}" @endif
@if(request('location')) {{ ucfirst(request('location')) }} @endif @if(request('sector')) {{ ucfirst(request('sector')) }} @endif @if(request('remote')) Remote Work @endif @if(request('featured')) Featured Only @endif
@foreach(request()->all() as $key => $value) @if($key !== 'sort' && $key !== 'view') @endif @endforeach
@auth @endauth
@if(request()->hasAny(['q', 'location', 'sector', 'experience_level', 'employment_type', 'salary_min', 'salary_max', 'posted_within', 'remote', 'featured', 'with_salary']))
Active filters: @if(request('q')) "{{ request('q') }}" @endif @if(request('location')) {{ ucfirst(request('location')) }} @endif @if(request('sector')) {{ ucfirst(request('sector')) }} @endif @if(request('remote')) Remote Work @endif @if(request('featured')) Featured Only @endif Clear all filters
@endif
@forelse($jobs as $job)
@if($job->company && $job->company->logo) {{ $job->company->name }} @else {{ substr($job->company ? $job->company->name : 'C', 0, 1) }} @endif

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

{{ $job->location }} • {{ $job->created_at->diffForHumans() }}

@if($job->featured)
Featured
@endif

{{ $job->title }}

{{ Str::limit($job->description, 100) }}

{{ $job->employment_type ?? 'Full-time' }} @if($job->salary_max || $job->salary_min) XAF {{ number_format($job->salary_max ?? $job->salary_min ?? 0) }} @endif @if($job->experience_level) {{ ucfirst($job->experience_level) }} @endif
@if($job->skills)
@foreach(array_slice(explode(',', $job->skills), 0, 3) as $skill) {{ trim($skill) }} @endforeach @if(count(explode(',', $job->skills)) > 3) +{{ count(explode(',', $job->skills)) - 3 }} @endif
@endif
View Details → @auth @if(auth()->user()->hasAppliedToJob($job)) @else @endif @else Login @endauth
@empty

No jobs found

Try adjusting your search criteria or check back later for new opportunities.

@endforelse
@if($jobs->hasPages())
{{ $jobs->appends(request()->query())->links() }}
@endif