{{ 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 }}
{{ \Illuminate\Support\Str::limit(app()->getLocale() === 'ar' ? $job->description_ar : $job->description_en, 140) }}
عرض التفاصيل