{{ __('lbl.product_name') }} | {{ __('lbl.price') }} | {{ __('lbl.net_sales') }} | {{ __('lbl.quantity') }} | @if(Helper::widgetAccess('show_column_tax_amount')){{ __('lbl.tax') }} | @endif{{ __('lbl.crv_tax') }} | {{ __('lbl.discount') }} | {{ __('lbl.subtotal') }} | {{ __('lbl.grand_total') }} |
---|---|---|---|---|---|---|---|---|
{{ $pro['product_name'] }} {{ __('lbl.sku') }} : {{ $pro['product_sku'] }} {{ __('lbl.barcode') }} : {{ $pro['product_barcode'] }} |
{{storecurrency().number_format(($pro['price']),2) }} | {{storecurrency(). number_format(($pro['price']-$pro['discount_amount']),2) }} | {{ $pro['quantity'] }} | @if(Helper::widgetAccess('show_column_tax_amount')){{storecurrency(). $pro['tax_amount'] }} | @endif{{storecurrency(). $pro['crv_amount'] }} | {{storecurrency(). $pro['discount_amount'] }} {{$dRate}} | {{storecurrency(). number_format(($pro['price']+$pro['tax_amount']-$pro['discount_amount']), 2) }} | {{ $grand_total }} |
{{ __('lbl.item_grand_total') }} | {{ $total_grand_total }} |
{{ __('lbl.payment_method') }}: | {{$order['PaymentType']}} @if($order['PaymentType'] == 'CARD') ( {{$order['CardType']}} ) @endif |
---|---|
{{ __('lbl.payment_method') }}: | {{ $order['order_note'] }} |
{{ __('lbl.subtotal') }}: | {{storecurrency().number_format($order['order_sub_total'],2) }} |
{{ __('lbl.tax') }}: | {{storecurrency().number_format($order['tax_amount'],2) }} |
{{ __('lbl.crv_tax') }}: | {{storecurrency().number_format($order['crv_amount'],2) }} |
{{ __('lbl.discount') }}: | {{storecurrency().number_format($order['order_discount_total'],2) }} |
{{ __('lbl.total') }}: | {{storecurrency().number_format($order['order_total'],2) }} |