Detalles de la Proforma Nro. {{ $numero_orden_compra }}

@foreach($reporte as $r)
Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 47

Warning: Attempt to read property "categoria" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 47

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 50

Warning: Attempt to read property "categoria" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 50

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 63

Warning: Attempt to read property "cantidad" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 63

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 63

Warning: Attempt to read property "precio_final" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 63
@endforeach
COD. CAT. DENOMINACION DETALLES RECURRENCIA P. UNIT. CANT. TOTAL
{{ $r->categoria }} {{ strtoupper($r->nombre_denominacion) }} {{ $r->detalles }} {{ $r->recurrencia }} {{ number_format($r->precio_final/$r->cantidad, 2, '.', ',') }} {{ $r->cantidad }} {{ number_format($r->precio_final, 2, '.', ',') }}


Warning: Undefined variable $reporte2 in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 87

Warning: Attempt to read property "descuento" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/pagos/pdf_3.blade.php on line 87
SUBTOTAL: {{ number_format($reporte2->total+$reporte2->descuento, 2, '.', ',') }}
TOTAL: {{ number_format($reporte2->total, 2, '.', ',') }}