@extends('layouts.candidate') @section('title', 'Browse Jobs - M-Ajira') @section('content')
🌍 Global Opportunities

Browse Jobs

Discover verified international employment opportunities from trusted employers

@if(session('success'))

Success!

{{ session('success') }}

@endif @if(session('error'))
⚠️

Error

{{ session('error') }}

@endif

Available Opportunities

Showing {{ $demands->count() }} of {{ $demands->total() }} jobs

@forelse($demands as $demand)
🌍 {{ $demand->country }}

{{ $demand->job_title ?: 'Job Opportunity' }}

{{ $demand->match_score }}
%
Monthly Salary

{{ $demand->salary_currency }} {{ number_format($demand->salary_foreign_amount ?? 0, 0) }}

Full-time Verified ✓ @if($demand->has_applied) Applied ✓ @endif
@if($demand->has_applied)
✓ Already Applied
@else View Details → @endif
@empty
🔍

No Jobs Found

We couldn't find any jobs matching your criteria. Try adjusting your search or check back later.

@endforelse
@if($demands->hasPages())
{{ $demands->links() }}
@endif
💡

Don't See Your Dream Job?

We add new opportunities daily. Keep your profile updated to get notified!

@endsection