@extends('front.layouts.app') @section('content')

{{ \App\Helpers\TranslationHelper::translate('About Us') }}

{{ \App\Helpers\TranslationHelper::translate('Home') }} {{ \App\Helpers\TranslationHelper::translate('About Us') }}

0+

{{ \App\Helpers\TranslationHelper::translate('Happy Clients') }}
{{--

0+

Happy Clients
--}}
{{ \App\Helpers\TranslationHelper::translate('Why Choose Us') }}

{{ setting('section_one_title_one', app()->getLocale()) }}

{!! setting('section_one_description', app()->getLocale()) !!}

  • {{ setting('section_one_title_two', app()->getLocale()) }}
  • {{ setting('section_one_title_three', app()->getLocale()) }}
  • {{ setting('section_one_title_four', app()->getLocale()) }}

{{ setting('section_tow_title_one', app()->getLocale()) }}

{!! setting('section_tow_description_one', app()->getLocale()) !!}

{{-- --}}
{{--

Louvre Museum

Paris, France
--}} @foreach ($cities as $city) {{-- @dd($city) --}}

{{ $city->name }}

{{ optional($city->country)->name }}
@endforeach

{{ setting('section_three_title', app()->getLocale()) }}

{!! setting('section_three_description', app()->getLocale()) !!}

@foreach ($about_us as $about)
{{$about->name}}
{{app()->getLocale() == 'en' ? $about->name : $about->getTranslation('name', 'ar')}}
{{app()->getLocale() == 'en' ? $about->name_job : $about->getTranslation('name_job', 'ar')}}
@endforeach
@foreach ($about_us as $about)

{!! app()->getLocale() == 'en' ? $about->description : $about->getTranslation('description', 'ar') !!}

@endforeach

0k+

{{ setting('Explorer_title', app()->getLocale()) }}

0+

{{ setting('Winning_award_title', app()->getLocale()) }}

0k+

{{ setting('Complete_project_title', app()->getLocale()) }}

0+

{{ setting('Client_review_title', app()->getLocale()) }}

{{ setting('section_four_title_one', app()->getLocale()) }}

{!! setting('section_four_description_one', app()->getLocale()) !!}

{{-- --}}
{{-- {{asset('front/assets/img/desti-9.jpg')}} --}}

{{ setting('section_five_title_one', app()->getLocale()) }}

{!! setting('section_five_description_one', app()->getLocale()) !!}

@endsection