CONTÁCTANOS

facebook

Dirección

{{ $contact_details->where('id', 5)->first()->resource }}

facebook

Teléfono

{{ $contact_details->where('id', 4)->first()->resource }}

facebook

Correo electrónico

{{ $contact_details->where('id', 6)->first()->resource }}

ESCRÍBENOS

Déjanos tu mensaje y te responderemos pronto

@include('partials.input-error', ['input' => 'full_name'])
@include('partials.input-error', ['input' => 'email'])
@include('partials.input-error', ['input' => 'subject'])
@include('partials.input-error', ['input' => 'description'])
@include('partials.confirmationModal', [ 'title' => '¡Mensaje enviado!', 'message' => '¡Gracias por tu mensaje, te responderemos pronto!', ])