{!! Form::label('descripcion', 'Descripcion:') !!}

{{ $locale->descripcion }}

{!! Form::label('direccion', 'Direccion:') !!}

{{ $locale->direccion }}

{!! Form::label('telefono', 'Telefono:') !!}

{{ $locale->telefono }}

{!! Form::label('email', 'Email:') !!}

{{ $locale->email }}

{!! Form::label('latitud', 'Latitud:') !!}

{{ $locale->latitud }}

{!! Form::label('longitud', 'Longitud:') !!}

{{ $locale->longitud }}