@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
{!! replaceImageSources($career?->description) !!}

{{ getSessionLanguage() == 'en'?'Send your CV':'أرسل سيرتك الذاتية'; }}

@csrf
{{ getSessionLanguage() == 'en'?'+971':'+٩٧١'; }}
@if ($setting?->recaptcha_status == 'active')
@endif
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection