@extends('layouts.app') @section('title', app()->getLocale() === 'ar' ? $job->title_ar : $job->title_en) @section('content')

{{ app()->getLocale() === 'ar' ? $job->title_ar : $job->title_en }}

{{ app()->getLocale() === 'ar' ? $job->country->name_ar : $job->country->name_en }} - {{ app()->getLocale() === 'ar' ? $job->specialty->name_ar : $job->specialty->name_en }}

{{ app()->getLocale() === 'ar' ? $job->description_ar : $job->description_en }}


الشروط

{{ $job->requirements }}

الخبرة المطلوبة: {{ $job->experience_required }} سنة @if($job->salary_min || $job->salary_max)
الراتب: {{ $job->salary_min }} - {{ $job->salary_max }} @endif