@extends('layouts.app') @section('title', app()->getLocale() === 'ar' ? $job->title_ar : $job->title_en) @section('content')
{{ 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 }}