{{ __('Browse Companies') }}

Back to Home

Discover Top Companies

Explore leading companies in Cameroon and find your next career opportunity.

Clear All
{{ $companies->total() }} companies found @if(request('q')) for "{{ request('q') }}" @endif
@if(request('location')) {{ ucfirst(request('location')) }} @endif @if(request('sector')) {{ ucfirst(request('sector')) }} @endif
@if(request()->hasAny(['q', 'location', 'sector']))
Active filters: @if(request('q')) "{{ request('q') }}" @endif @if(request('location')) {{ ucfirst(request('location')) }} @endif @if(request('sector')) {{ ucfirst(request('sector')) }} @endif Clear all filters
@endif
@forelse($companies as $company)
@if($company->logo) {{ $company->name }} @else {{ substr($company->name, 0, 1) }} @endif

{{ $company->name }}

{{ $company->sector ?? 'Industry' }}

{{ Str::limit($company->description ?? 'A leading company in Cameroon.', 80) }}

{{ $company->location ?? 'Cameroon' }}
{{ $company->jobs_count ?? 0 }} open positions
@if($company->size) {{ $company->size }} @endif @if($company->founded_year) Founded {{ $company->founded_year }} @endif
@empty

No companies found

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

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