{{ __('lbl.from') }}

{{ !empty($from) ? $from['contact_name'] : '' }}
{{ !empty($from) ? $from['address_line_f'] : '' }}
{{ !empty($from) ? $from['address_line_s'] : '' }}
{{ !empty($from) ? $from['zip_postal_code'] : '' }}
{{ __('lbl.phone') }}: {{ $from['phone'] }}
{{ __('lbl.email') }}: {{ $from['email'] }}

{{ __('lbl.order_id') }} : # {{ isset($order['id']) ? $order['id'] : "" }}

{{ __('lbl.employee') }} : {{ $order['emp_name'] }}
@if(Helper::widgetAccess('show_column_tax_amount')) @endif @if(!empty($items)) @php $i=1;$total_grand_total=0; @endphp @foreach($items as $pro) @php $dRate = ($pro['discountType']==1 && $pro['discountRate']>0) ? '('.$pro['discountRate'].'%)' : ''; $grand_total = ($pro['price']-$pro['discount_amount']+$pro['tax_amount']); $total_grand_total = $total_grand_total + $grand_total; @endphp @if(Helper::widgetAccess('show_column_tax_amount')) @endif @php $i++; @endphp @endforeach @endif
{{ __('lbl.product_name') }} {{ __('lbl.price') }} {{ __('lbl.net_sales') }} {{ __('lbl.quantity') }}{{ __('lbl.tax') }}{{ __('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'] }}{{storecurrency(). $pro['tax_amount'] }}{{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 }}
@if(!empty($items)) @if( ($i % 12 >= 8) && ($i % 12 <= 10))
@endif @endif

@if(!empty($order['order_note'])) @endif @if(Helper::widgetAccess('show_column_tax_amount')) @endif
{{ __('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) }}