@extends('restaurant::layouts.cart.index') @section('content')
Producto Precio Cantidad Subtotal
product

@{{ row.description }}

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

Historial

Código de Pedido Total Estado
@{{ row.order_id }} S/ @{{ row.total }} @{{ row.status_order_description }}

Resumen

OP.EXONERADAS S/ @{{ summary.total_exonerated }}
OP.GRAVADA S/ @{{ summary.total_taxed }}
IGV S/ @{{ summary.total_igv }}
Orden Total S/ @{{summary.total}}
@guest @else
S/
@if($information->script_paypal) {!!html_entity_decode($information->script_paypal)!!} @endif @endguest

Tipo de comprobante

{{-- --}}

Datos de contacto y envío

@endsection @push('scripts') @endpush