@foreach ($cart as $cItem)
@include('shop.components.loops.product-confirm')
@endforeach
Subtotal: {{ formatMoney($orderResum->value_purchase, true) }}
Frete: {{ formatMoney($orderResum->value_shipping, true) }}
Total: {{ formatMoney($orderResum->value_total, true) }}
@push('js')
@endpush