PHONIX ENTERPRISES USA LLC

10891 NW 17th St #135

Sweetwater, FL 33172-2053

SALES ORDER

#SO - {{ $datos['folio'] }}

DATE: {{ $datos['fecha'] }}

AGENT: {{ $datos['agente'] }}

CONDITION: {{ $datos['condicion_pago'] }}

Customer Name

{{ $datos['nombre'] }}

Address

{{ $datos['direccion'] }}

{{--

Oficina 4A-119 - 4to piso

Distrito de cercado de Lima - RUC: 20612932523

07001

--}}
@foreach ($datos['productos'] as $index => $item) @endforeach
# PART NUMBER ITEM & DESCRIPTION QTY RATE AMOUNT
{{ $index + 1 }} {{ $item['part_number'] }} {{ $item['nombre'] }} -
{{ $item['desc'] }}
{{ $item['cantidad'] }} {{ number_format($item['precio'], 2, '.', ',') }} {{ number_format($item['subtotal'], 2, '.', ',') }}

SUBTOTAL{{ number_format($datos['subtotal'], 2, '.', ',') }}

TOTAL{{ number_format($datos['total'], 2, '.', ',') }}