| {{ __('Product') }} | {{ __('Sub Total') }} |
|---|---|
|
|
{{ currency($item?->price * $item?->qty) }} |
| {{ __('Sub Total') }} | {{ currency(Cart::subtotal()) }} |
| {{ __('Discount') }} | {{ currency(totalAmount()?->discount) }} (-) |
| {{ __('Tax') }} | {{ currency(totalAmount()?->tax) }} |
| {{ __('Delivery') }} | {{ session('delivery_charge', 0) ? currency(session('delivery_charge', 0)) : __('Free') }} |
| {{ __('Total') }} | {{ currency(totalAmount()?->total + session('delivery_charge', 0)) }} |
{{ $gatewayDetails['name'] }}: {{ $payableDetails->payable_with_charge }} {{ $currency }}
@endif @endforeach