{!! Form::label('id', 'Id:') !!}

{!! $visita->id !!}

{!! Form::label('fecha', 'Fecha:') !!}

{!! $visita->fecha !!}

{!! Form::label('hora', 'Hora:') !!}

{!! $visita->hora !!}

{!! Form::label('cliente_id', 'Id de cliente:') !!}

{!! $visita->cliente_id !!}

{!! Form::label('promotor_id', 'Id de promotor:') !!}

{!! $visita->promotor_id !!}

{!! Form::label('comentario', 'Comentario:') !!}

{!! $visita->comentario !!}

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

{!! $visita->lat !!}

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

{!! $visita->long !!}

{!! Form::label('created_at', 'Fecha de creación:') !!}

{!! $visita->created_at !!}

{!! Form::label('updated_at', 'Fecha de actualización:') !!}

{!! $visita->updated_at !!}

{!! Form::label('deleted_at', 'Fecha de eliminación:') !!}

{!! $visita->deleted_at !!}