@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} Career Career {!! replaceImageSources($career?->description) !!} {{ getSessionLanguage() == 'en'?'Send your CV':'أرسل سيرتك الذاتية'; }} @csrf {{ getSessionLanguage() == 'en'?'+971':'+٩٧١'; }} @if ($setting?->recaptcha_status == 'active') @endif {{ getSessionLanguage() == 'en'?'Submit':'يُقدِّم'; }} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection