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