{{ date( 'd-m-Y', strtotime($pedido->ped_fecha)) }}
{{ $pedido->nit_tercero }}
{{ $pedido->nombre_sucursal }}
{{ $pedido->punto_envio }}
| SUBTOTAL: | $ {{ number_format($subtotal, 0) }} |
| DESCUENTO: | ${{ number_format($totalDescuento, 0) }} |
| TOTAL: | ${{ number_format($subtotal - $totalDescuento, 0) }} |