@include('layouts.breadcumb') @section('header') @endsection
DETALLE DEL PEDIDO N° {{ $id }}

created_at)) }}" />
@if( $pedido->nota )
@endif

@foreach( $items as $item ) @endforeach
Producto Cantidad Unidad Precio Bruto Dscto. Automático Dscto. Adicional Total
{{ $item->producto_codigo.' - '.$item->descripcion }} {{ $item->cantidad }} {{ $item->producto_unidad }} {{ '$'.number_format($item->precio) }} @if($item->descuentoautomatico != 0) ${{ number_format($item->descuentoautomatico) }} @elseif($item->descuentoautomatico == 0) ${{ number_format($item->descuentoautomatico) }} @endif carteraPedido-form {{ number_format($item->descuento + $item->descuentomanager) }}% @elseif($item->descuento + $item->descuentomanager == 0) {{ number_format($item->descuento + $item->descuentomanager) }}% @endif {{ '$'.number_format(($item->cantidad * $item->precio)) }}
SUBTOTAL: ${{ number_format($subtotal) }}
DESCUENTO: ${{ number_format($desctoTotal) }}
TOTAL: ${{ number_format($subtotal - $desctoTotal) }}
@section('footer') @endsection