• PO #: {{ $po->folio }}
  • Status: Level {{ $po->estado_nivel }} - {{ $po->estado_nivel_descripcion }}
  • Currency: {{ $po->moneda }}
  • Paid: @if($po->pagado == 0) NO @else YES @endif
  • Customer: {{ session('suplier')->nombre_completo }}
  • Email: {{ session('suplier')->correo }}
  • Creation date: {{ $po->fecha_generado }}
  • Latest Estimated Arrival: {{ $po->fecha_llegada_estimada }}
  • Expiration date: {{ $po->fecha_vencimiento }}
  • Approximate payment date: {{ $po->fecha_pago_estimada }}
@if(empty($po->registros_productos)) @else @foreach($po->registros_productos as $product) @endforeach @endif
Description Qty Price Subtotal Currency
No results found
{{ $product->nombre }} {{ $product->cantidad }} ${{ number_format($product->precio, 2) }} ${{ number_format($product->subtotal, 2) }} {{ $po->moneda }}
  • Purchase order: @if($po->po_pdf != '') @else --- @endif
Subtotal: $ {{ $po->subtotal }}
Total: $ {{ $po->total }}
Balance: $ {{ $po->saldo }}