PHONIX ENTERPRISES USA LLC

10891 NW 17th St #135

Sweetwater, FL 33172-2053

SALES ORDER

SO {{ $datos['SO'] }}

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

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

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

Customer Name
@if (session('tip_usr') == 3)

{{ $datos['nombreClienteAgente'] }}

@else

{{ $datos['nombre'] }}

@endif

{{ $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, '.', ',') }}