@extends('layout.main') @section('content')
Producto | U. Med. | Cant. | Precio S/ | Desc. S/ | Subtotal |
---|---|---|---|---|---|
{{ ucwords(mb_strtolower($venta->producto->nombre)) }} ({{ $venta->producto->tipo_presentacion->nombre }}) | {{ $venta->producto->unidad_medida->nombre }} | {{ $venta->cantidad }} | {{ $venta->precio_venta }} | {{ $venta->descuento }} | {{ $venta->precio_venta_total }} |