@extends('ecommerce::layouts.layout_ecommerce_cart.index') @section('content')
| Producto | Precio | Cantidad | Subtotal | |
|---|---|---|---|---|
@{{ row.name }} |
S/ @{{ row.sale_unit_price }} | @{{ row.sub_total }} | ||
| Subtotal | S/ @{{summary.subtotal}} |
| IGV | S/ @{{summary.tax}} |
| Orden Total | S/ @{{summary.total}} |