@extends('ecommerce::layouts.layout_ecommerce_cart.index') @section('content')
Producto | Precio | Cantidad | Subtotal | |
---|---|---|---|---|
@{{ row.name }} |
$ @{{ row.sale_unit_price }} | @{{ row.sub_total }} | ||
TOTAL VENTA | $ @{{ summary.sale }} |
@{{tax.name}}(+) | $ @{{Number(tax.total).toFixed(2)}} |
SUBTOTAL | $ @{{ summary.subtotal }} |
Orden Total | $ @{{summary.total}} |