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

{!! $ventaServicio->id !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $ventaServicio->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $ventaServicio->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $ventaServicio->deleted_at !!}

{!! Form::label('venta_id', 'Venta Id:') !!}

{!! $ventaServicio->venta_id !!}

{!! Form::label('services_id', 'Services Id:') !!}

{!! $ventaServicio->services_id !!}

{!! Form::label('cantidad_productos', 'Cantidad Productos:') !!}

{!! $ventaServicio->cantidad_productos !!}