DETALLE ITEMS PENDIENTES
VENDEDOR - {{ $vendedor->codigo .' - '. $vendedor->nombre }}


@foreach( $items as $item ) @endforeach
Fecha Pedido Codigo Producto Cantidad Unidad Enviado Pendiente Valor Neto Valor Facturable
{{ $cont }} {{ date( "d-m-Y", strtotime($item->fecha)) }} {{ $item->producto_codigo }} {{ $item->uid }} {{ $item->producto_nombre }} {{ $item->cantidad_inicial }} {{ $item->producto_unidad }} {{ $item->cantidad_inicial - $item->cantidad_pendiente }} {{ $item->cantidad_pendiente }} {{ '$'.number_format($item->valorneto) }} {{ '$'.number_format( $facturable ) }}
TOTAL FACTURABLE: ${{ number_format( $totalFacturable ) }}
TOTAL PEDIDO: ${{ number_format( $total ) }}