@include('pdf.css')
@foreach($data_all as $idx => $det)
|
| Cantidad | Und | Descripción | P.U | Importe |
|---|
| DESCUENTO: | {{$det['data']['discount']}} |
| SUBTOTAL: | {{$det['data']['subtotal']}} |
| {{$det['data']['type_operation']}} | {{$det['data']['op_ia']}} |
| IGV: | {{$det['data']['igv']}} |
| TOTAL: | {{$det['data']['total']}} |
| PAGO: | {{$det['data']['payment']}} |
| VUELTO: | {{$det['data']['turned']}} |
|