Subtotal ({{ $quantity }} item)
${{ $subtotal }}
@if(!empty($order->coupon_discount))
@php $discountPer = (($order->coupon_discount / $subtotal) * 100) @endphp
Discount ({{ $order->coupon_code }} - {{ round($discountPer) .'%' }})
-${{ number_format((float)$order->coupon_discount, 2, '.', '') }}
@endif
Shipping @if(!empty($order->shippingmethodname)) ({{ $order->shippingmethodname }} @if(!empty($order->shippingsurcharges))inc. surcharges of ${{ number_format((float)$order->shippingsurcharges, 2, '.', '') }}@endif) @endif
${{ number_format((float)$order->totalshippingcost, 2, '.', '') }}
Estimated Tax @if(!empty(request()->isadmin)) ({{ round($order->salestaxrate1 *100,2).'%' }}) @endif
${{ number_format((float)$order->salestax1, 2, '.', '') }}
Total
${{ number_format((float)($order->paymentamount), 2, '.', '') }}