SUBTOTAL: S/ {{ number_format($documento->sub_total, 2, '.', ',') }}
EMBALAJE:
ENVÍO:
DESCUENTO: S/ {{ number_format($documento->monto_descuento, 2, '.', ',') }}
MONTO TOTAL: S/ {{ number_format($documento->total, 2, '.', ',') }}
IGV ({{ number_format($documento->igv, 2, '.', ',') }}%): S/ {{ number_format($documento->total_igv, 2, '.', ',') }}
MONTO TOTAL A PAGAR: S/ {{ number_format($documento->total_pagar, 2, '.', ',') }}