@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp
Cliente: {{ $venta->customer->nombre ?? 'Consumidor Final' }}
@if($venta->customer)
@if($venta->customer->numDocumento)
Doc: {{ $venta->customer->numDocumento }}
@endif
@if($venta->customer->nrc)
NRC: {{ $venta->customer->nrc }}
@endif
@endif
{{ $item->productType->name }} {{ number_format($item->quantity, 0) }}
@endforeach
Pre Orden
¡Gracias por su compra!