@extends('tenant.layouts.layout_ecommerce_cart.index') @section('content')
Producto Precio Cantidad Subtotal
product

@{{ row.name }}

S/ @{{ row.sale_unit_price }} @{{ row.sub_total }}

Resumen

Subtotal S/ @{{summary.subtotal}}
IGV S/ @{{summary.tax}}
Orden Total S/ @{{summary.total}}
@guest @else
@endguest
@endsection @push('scripts') @endpush