FOLIO: {{ $data['folio'] }}


@foreach($data['productos'] as $pr) @endforeach
CÓDIGO DESCRIPCIÓN CANTIDAD PRECIO ESP TOTAL ENTREGA
{{$pr->producto->codigo}} {{$pr->producto->descripcion}} {{$pr->Cantidad}} {{number_format($pr->PrecioVentaNuevo,2)}} {{number_format($pr->Descuento,2)}}% {{number_format($pr->Subtotal,2)}} {{$pr->motivo}}
SUBTOTAL ${{number_format($importe,2)}}
{{ number_format($ivaProcentaje,2) }}% IVA ${{number_format($iva,2)}}
TOTAL ${{number_format(($total + $iva),2)}}

{!! $data['leyenda'] !!}