@foreach ($order->items as $item) @if($loop->first) @endif @if($loop->last) @if(!empty(intval($order->base_discount_amount))) @endif @if(@$slug === 'email_on_order_confirm' && !empty($order->base_paid_amount)) @endif @if(!empty($order->base_balance_amount) && @$slug !== 'email_on_order_failed') @endif @endif @endforeach
Product Price (Qty:1) Quantity Subtotal
{{$item->vwProduct->image}} {{$item->name}} {{core()->currency($item->base_price)}} {{$item->qty_ordered}} @if(($item->base_price * $item->qty_ordered) != $item->base_total) {{core()->currency($item->base_price * $qty)}} @else {{core()->currency($item->base_total)}} @endif
Subtotal : {{core()->currency($order->base_sub_total)}}
Shipping Charges : {{core()->currency($order->base_shipping_amount)}}
Discount (If Any) : {{core()->currency($order->base_discount_amount)}}
Grand Total : {{core()->currency($order->base_grand_total)}}
Amount Paid : {{core()->currency($order->base_paid_amount)}}
Amount Balance : {{core()->currency($order->base_balance_amount)}}