@extends('ecommerce::layouts.layout_ecommerce_cart.index') @section('content')
| Producto | Precio | Cantidad | Subtotal | |
|---|---|---|---|---|
@{{ row.description }} |
@{{ row.currency_type_symbol }} @{{ row.sale_unit_price }} | S/ @{{ row.sub_total }} | ||
| OP.EXONERADAS | S/ @{{ summary.total_exonerated }} |
| OP.GRAVADA | S/ @{{ summary.total_taxed }} |
| IGV | S/ @{{ summary.total_igv }} |
| Orden Total | S/ @{{summary.total}} |
@else