@extends('layouts.app') @section('style') @endsection @section('content')
@if(!empty(app()->getLocale()) && app()->getLocale() == 'ar')

{{ $getPage->ar_title }}

{!! $getPage->ar_description !!}
@else

{{ $getPage->title }}

{!! $getPage->description !!}
@endif
@foreach($getJobs as $value) @endforeach

{!! $value->title !!}

  • {{ __('frontend.Type') }}{{ $value->type }}
  • {{ __('frontend.Location') }}{{ $value->location }}
  • {{ __('frontend.Valid until') }}{{ $value->valid_until }}
  • {{ __('frontend.Year') }}{{ $value->year }}
@endsection