Pay with cash upon delivery.
| Product | Total |
|---|---|
| {{$product->product->name}} × {{$product->qty}} | {{$product->product->sellingPrice * $product->qty}} |
| Subtotal: | {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{$order->subtotal}} |
| Discount: | {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{$order->total_discount}} |
| Delivery Charge: | {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{$order->delivery_charge}} |
| Payment Method: | {{$order->payment->type}} |
| Total: | {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{$order->grandtotal}} |