DETALLE DEL PEDIDO N° {{ str_pad($id,6,'0',STR_PAD_LEFT) }} {{ $estado }} | {{ ($estado1E['pedido_uid'])?$estado1E['pedido_uid']:'---' }}
VENDEDOR - {{ $cliente->codigo .' - '. $cliente->nombre }}

fecha)) }}" />
@if( $pedido->nota )
@endif
@foreach( $items as $item ) @endforeach
Codigo Producto Marca Cantidad Unidad Prc. Und Dscto Adicional Dscto Sistema Total
{{ $cont }} {{ $item->producto_codigo }} {{ $item->descripcion }} {{ $item->marca }} {{ $item->cantidad }} {{ $item->producto_unidad }} {{ '$'.number_format($item->precio) }} @if($item->descuento + $item->descuentomanager != 0) {{ number_format( $item->descuento + $item->descuentomanager, 2) }}% @elseif($item->descuento + $item->descuentomanager == 0) {{ number_format( $item->descuento + $item->descuentomanager, 2 ) }}% @endif ${{ number_format($item->descuentoautomatico * $item->cantidad) }} ${{ number_format( ($item->cantidad * ($item->precio - $item->descuentoautomatico) ) ) }}
SUBTOTAL: ${{ number_format($subtotal) }}
DESCUENTO: ${{ number_format($desctoTotal) }}
TOTAL: ${{ number_format($subtotal - $desctoTotal) }}
Linea de Tiempo