@php $rtl_condition = get_user_lang_direction() == 'rtl' ? 'true' : 'false'; @endphp
@if(!empty(get_static_option('home_page_service_section_status')))
{!! render_image_markup_by_attachment_id(filter_static_option_value('home21_services_section_left_shape_image',$static_field_data)) !!} {!! render_image_markup_by_attachment_id(filter_static_option_value('home21_services_section_right_shape_image',$static_field_data)) !!}
{{filter_static_option_value('home_21_service_section_'.$user_select_lang_slug.'_subtitle',$static_field_data)}} @php $header_title = filter_static_option_value('home_21_service_section_'.$user_select_lang_slug.'_title',$static_field_data); $header_title = str_replace(['{shape}','{/shape}'],['',''],$header_title); @endphp

{!! $header_title !!}

{{filter_static_option_value('home_21_service_section_'.$user_select_lang_slug.'_description',$static_field_data)}}

@if(!empty(filter_static_option_value('home_21_service_section_button_one_url',$static_field_data))) @endif
@foreach($all_service as $service)
@if($service->icon_type === 'icon' || $service->icon_type == '') @else {!! render_image_markup_by_attachment_id($service->img_icon) !!} @endif
@endforeach
@endif @if(!empty(get_static_option('home_page_case_study_section_status')))
{{filter_static_option_value('home_21_project_section_'.$user_select_lang_slug.'_subtitle',$static_field_data)}} @php $header_title = filter_static_option_value('home_21_project_section_'.$user_select_lang_slug.'_title',$static_field_data); $header_title = str_replace(['{shape}','{/shape}'],['',''],$header_title); @endphp

{!! $header_title !!}

@foreach($all_work as $work)
{!! render_image_markup_by_attachment_id($work->image) !!}
@php $work_categories = get_work_category_by_id($work->id,'link'); foreach ($work_categories as $cat_id => $work_cat){ printf('%2$s',route('frontend.works.category',['id' => $cat_id,'any' => Str::slug($work_cat)]),$work_cat); } @endphp

{{$work->title}}

{{$work->excerpt}}

{{filter_static_option_value('home_21_project_section_'.$user_select_lang_slug.'_item_explore_one_text',$static_field_data)}}
@endforeach
@endif @if(!empty(get_static_option('home_page_counterup_section_status')))
@php $header_title = filter_static_option_value('home_21_counterup_section_'.$user_select_lang_slug.'_title',$static_field_data); $header_title = str_replace(['{shape}','{/shape}'],['',''],$header_title); @endphp

{!! $header_title !!}

{{filter_static_option_value('home_21_counterup_section_'.$user_select_lang_slug.'_description',$static_field_data)}}

@foreach($all_counterup as $counter)

{{$counter->number}}

{{$counter->extra_text}}

{{$counter->title}}

@endforeach
@endif @if(!empty(get_static_option('home_page_latest_news_section_status')))
{{filter_static_option_value('home_21_blog_section_'.$user_select_lang_slug.'_subtitle',$static_field_data)}}

@php $header_title = filter_static_option_value('home_21_blog_section_'.$user_select_lang_slug.'_title',$static_field_data); $header_title = str_replace(['{shape}','{/shape}'],['',''],$header_title); @endphp {!! $header_title !!}

@foreach($all_blog as $blog) @endforeach
@endif @if(!empty(get_static_option('home_page_testimonial_section_status')))
@endif @if(!empty(get_static_option('home_page_contact_section_status')))

@php $header_title = filter_static_option_value('home_21_contact_section_'.$user_select_lang_slug.'_title',$static_field_data); $header_title = str_replace(['{shape}','{/shape}'],['',''],$header_title); @endphp {!! $header_title !!}

@php $all_icon_fields = get_static_option('home21_contact_section_info_item_icon'); $all_icon_fields = !empty($all_icon_fields) ? unserialize($all_icon_fields,['class' => false]) : []; $all_title_fields = get_static_option('home_21_contact_section_'.$user_select_lang_slug.'_info_item_title'); $all_title_fields = !empty($all_title_fields) ? unserialize($all_title_fields,['class' => false]) : []; $all_details_fields = get_static_option('home_21_contact_section_'.$user_select_lang_slug.'_info_item_details'); $all_details_fields = !empty($all_details_fields) ? unserialize($all_details_fields,['class' => false]) : []; @endphp @foreach($all_icon_fields as $icon_field)
{!! render_image_markup_by_attachment_id($icon_field) !!}

{{$all_title_fields[$loop->index] ?? ''}}

@php $exploded_list = $all_details_fields[$loop->index] ?? ''; $exploded_arr = explode("\n",$exploded_list); @endphp @foreach($exploded_arr as $exp) {{$exp}} @endforeach
@endforeach
@csrf
{!! render_form_field_for_frontend(filter_static_option_value('get_in_touch_form_fields',$static_field_data)) !!}
@endif
{!! render_image_markup_by_attachment_id(filter_static_option_value('home_21_newsletter_section_shape_image',$static_field_data)) !!}
@section('scripts') @endsection