{{ setting_item_with_lang("page_contact_title") }}

@if(!empty($contact_lists = setting_item_with_lang("page_contact_lists"))) @php $contact_lists = json_decode($contact_lists,true) @endphp
@foreach( $contact_lists as $item)
{{ $item['title'] }}

{!! clean($item['address']) !!}

{{ $item['phone'] }}

{{ $item['email'] }}

{{ __("Ver en Mapa") }}
@endforeach
@endif

{{ __("EnvĂ­anos un Mensaje") }}

{{csrf_field()}}
{{recaptcha_field('contact')}}
{!! ( setting_item("page_contact_iframe_google_map")) !!}