@include('layout.front.partials.page-header-real-estate', [ 'pageTitle' => $pageTitle, 'pageLabel' => __('Contacto'), 'pageBreadcrumb' => $breadcrumbItems, 'pageSubtitle' => config('site.contact.page_subtitle', __('Encontrá tu próximo hogar o inversión')), ])
{{-- Form Column --}}

{{ __('Contáctanos') }}

{{ config('site.contact.form_subtitle', __('Encontrá tu próximo hogar o inversión.')) }}

{{ config('site.contact.form_description', __('Completa el formulario y te contactaremos a la brevedad.')) }}

@if(session('success'))
{{ __('¡Éxito!') }} {{ session('success') }}
@endif @if($errors->any())
{{ __('Error!') }} {{ __('Hubo un error al enviar tu mensaje.') }}
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Info Column --}}
@if($contactAddress)

{{ __('Dirección') }}

{{ $contactAddress }}

@endif @if($contactEmail)

{{ __('Email') }}

@endif @if($contactPhone)

{{ __('Teléfono') }}

@endif

{{ __('Síguenos') }}

{{-- Google Maps --}} @if(config('site.contact.map_embed'))
@endif