@if(!empty(get_static_option('contact_page_contact_info_section_status')))
@php $a = 1;@endphp @foreach($all_contact_info as $data)
{{$data->title}} @php $info_details = !empty($data->description) ? explode("\n",$data->description) : []; @endphp @foreach($info_details as $item)

{{$item}}

@endforeach
@php if($a == 4){$a =1;}else{$a++;} @endphp @endforeach
@endif @if(!empty(get_static_option('contact_page_contact_section_status')))

{{get_static_option('contact_page_'.$user_select_lang_slug.'_form_section_title')}}

@include('backend.partials.message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf {!! render_form_field_for_frontend(get_static_option('contact_page_contact_form_fields')) !!}
{!! render_embed_google_map(get_static_option('contact_page_map_section_location'),get_static_option('contact_page_map_section_zoom')) !!}
@endif @section('scripts') @include('frontend.partials.google-captcha') @endsection