@extends('layouts.master') @section('content')

¿Necesitas contactarnos?

Siempre estamos para servirte

Solo llena el siguiente formulario

Y nos pondremos en contacto contigo a la brevedad

@if($errors->first('title')) Ha ocurrido un error, intentalo de nuevo. @endif
{{ csrf_field() }}
@component('partials.g-map', [ 'divHeight' => '500px', 'map'=> [ 'center' => '{ lat: 4.694326, lng: -74.032747 }', 'zoom' => 12 ], 'markers'=> [ [ 'position' => '{ lat: 4.694326, lng: -74.032747 }', 'icon' => asset("img/yeko_contacto.png"), 'data' => [ 'id' => null, 'name' => 'YekoClub', 'description' => 'Sede Administrativa', 'logo' => '', 'banner' => '' ], 'slug' => 5, 'category' => 'all', 'first_address' => 'Carrera 7 # 116 - 50' ] ], 'data' => [] ]) @endcomponent
@endsection