@extends('layouts.candidate') @section('title', $demand->job_title . ' - M-Ajira') @section('content')
Back to Jobs
@if(session('success'))

Success!

{{ session('success') }}

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

Error

{{ session('error') }}

@endif
🎯
Open 🌍 International Verified ✓

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

🌍 {{ $demand->country }} Ref: {{ $demand->demand_sn }}
💰 Monthly Salary
{{ $demand->salary_currency }} {{ number_format($demand->salary_foreign_amount ?? 0, 0) }}
≈ KES {{ number_format($demand->salary_kes_amount ?? 0, 0) }}
📊 Your Match
{{ $demand->match_score }}%
@if($demand->preferred_gender)
👤
{{ ucfirst($demand->preferred_gender) }}

Gender

@endif
@if($demand->job_description)
📄

Job Description

{{ $demand->job_description }}

@endif

Requirements

@if($demand->preferred_gender && $demand->preferred_gender !== 'Any')
👤

Gender

{{ $demand->preferred_gender }}

@endif @if($demand->experience_years)
📅

Experience

{{ $demand->experience_years }} years minimum

@endif @if($demand->education_level)
🎓

Education

{{ $demand->education_level }}

@endif @if($demand->trade_certificate)
📜

Trade Certificate

{{ $demand->trade_certificate }}

@endif

What We Offer

💰

Competitive Salary

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

🏠

Accommodation

Provided by employer

🍽️

Food & Utilities

All inclusive

🏥

Medical Insurance

Full coverage

🎯

Automatic Matching

Our team will automatically match you with suitable opportunities based on your profile and qualifications.

Team Managed

Your Match Score: {{ $demand->match_score }}%

💡 Keep your profile updated to improve your matching chances

Share this job

💬

Have Questions?

Our team is here to help

Contact Us →

Similar Opportunities

You might also be interested in these jobs

@endsection