-
{{ $order->sub_total->convert($order->currency, $order->currency_rate)->format($order->currency) }}
@if ($order->hasShippingMethod())
-
{{ $order->shipping_cost->convert($order->currency, $order->currency_rate)->format($order->currency) }}
@endif
@foreach ($order->taxes as $tax)
-
{{ $tax->order_tax->amount->convert($order->currency, $order->currency_rate)->format($order->currency) }}
@endforeach
@if ($order->hasCoupon())
-
-{{ $order->discount->convert($order->currency, $order->currency_rate)->format($order->currency) }}
@endif
{{ $order->total->convert($order->currency, $order->currency_rate)->format($order->currency) }}