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

{!! $ventaProducto->id !!}

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

{!! $ventaProducto->created_at !!}

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

{!! $ventaProducto->updated_at !!}

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

{!! $ventaProducto->deleted_at !!}

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

{!! $ventaProducto->venta_id !!}

{!! Form::label('producto_id', 'Producto Id:') !!}

{!! $ventaProducto->producto_id !!}

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

{!! $ventaProducto->cantidad_productos !!}