@extends('frontLayouts.frontApp') @section('headerContent')

{{ __('lang.explore_saudi') }}

{{ __('lang.striving') }}
@endsection @section('slider')
@endsection @section('frontContent')

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->head_title_ar : $content->head_title_en}}

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->head_content_ar : $content->head_content_en}}

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->end_title_ar : $content->end_title_en }}

#

{{ __('lang.dreamed') }}

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->dream_details_ar : $content->dream_details_en}}

#

{{ __('lang.our_work') }}

@foreach($works as $item)
#

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $item->name_ar : $item->name_en }}

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $item->description_ar : $item->description_en }}

@endforeach

{{ __('lang.live_experience_with') }}

{{ __('lang.connect_with_us') }}

@include('frontLayouts.messages') @include('frontLayouts.errors')
@csrf
@endsection @section('js') @endsection