{{__('Invoice Information')}}

{{__('Sub Totals')}}
{{$order->subtotal}} {{__("SR")}}
{{__('Tax')}}
{{$order->tax}} {{__("SR")}}
{{__('Delivery')}}
{{$order->delivery ? $order->delivery : 0 }} {{__("SR")}}
@if($order->coupon)
{{__('Discount')}}
{{$order->getDiscount()}} {{__("SR")}}
@endif
{{__('Total Amount')}}
{{($order->subtotal - $order->getDiscount()) + $order->delivery + $order->tax}} {{__("SR")}}