| RUC | : {{ $business->ruc }} |
|---|---|
| EMPRESA | : {{ $business->nombre_comercial }} |
| CANTIDAD DE PRODUCTOS | : {{ $quantity }} |
| Código | Producto | Unidad | Marca | Presentación | Precio compra | Precio venta | Stock | |||
|---|---|---|---|---|---|---|---|---|---|---|
| - | @else{{ $item->codigo_interno }} | @endif{{ $item->descripcion }} | {{ $item->unidad }} | {{ $item->marca }} | {{ $item->presentacion }} | {{ $item->precio_compra }} | {{ $item->precio_venta }} | @if ( $item->stock != null && $item->stock <= 5){{ $item->stock }} | @elseif($item->stock == null)- | @else{{ $item->stock }} | @endif