AdishwarMart

Bangalore

@if ($order_details->payment_mode == 2) @else @endif @if($order_details->gift_to_others_amount != '0.00') @endif
@lang('Customer Name') : {{ $order_details->customer_address_contact_person }} Invoice No : INV{{ $order_details->id.$shipping_note_no }}
@lang('messages.Email') : {{ $order_details->customer_email }} Phone : {{ $order_details->customer_order_mobile }}
Payment Term : {{$payment_mode}} Bank Transfer No : {{$order_details->bank_transfer_no}}{{$payment_mode}}
Customer House No : {{$order_details->customer_house_no}} @lang('messages.Street Details') : {{ $order_details->customer_address_street}}
@lang('messages.Address') : {{ $order_details->customer_address}} / {{ $order_details->customer_address_apartment_name}}
Delivery Date : @if($order_details->delivery_time_type == 'as_soon_as') {{ date('d-m-Y',strtotime($order_details->OrderTime)) }} {{ trans('messages.As Soon As Possible') }} @elseif($order_details->delivery_time_type == 'delivery_time') {{ date('d-m-Y',strtotime($order_details->delivery_slot_from_time)) }} [ {{ date('g:i:s a',strtotime($order_details->delivery_slot_from_time)) }} - {{ date('g:i:s a',strtotime($order_details->delivery_slot_to_time)) }} ] @else - @endif @lang('messages.Comments') : @if(!empty($order_details->admin_comments)) {{$order_details->admin_comments}} @else - @endif
Store Name : @if(!empty($order_details->warehouse_name_en)) {{$order_details->warehouse_name_en}} @else - @endif Order Time : @if(!empty($order_details->OrderTime)) {{ date('d-m-Y',strtotime($order_details->OrderTime)) }} [{{ date('g:i:s a',strtotime($order_details->OrderTime)) }}] @else - @endif
Pick up from store : @if(!empty($order_details->pick_up_from_store)) Yes @else No @endifGift Charge : {{$order_details->gift_to_others_amount}}
@if(!empty($order_products))
@foreach($order_products as $item) @if ($item->partial_returned <> '1') @endif @endforeach
@lang('messages.Name') @lang('messages.Variant') @lang('messages.Unit Price') @lang('messages.QTY') @lang('messages.Total')
{{ $product_name }}
{{$variant}} @if ($item->quantity <> 0) {{env('CURRENCY_CODE') . ' ' . number_format($item->discounted_price,3) }} @else - @endif @if ($item->quantity <> 0) @if ($order_details->status_id == 1) {{ $item->quantity }} @else {{ $item->quantity }} @endif @else - @endif @if ($item->quantity <> 0){{ env('CURRENCY_CODE') }} {{ $item->subtotal }}@else - @endif
@if (!empty($promotion_products)) @foreach ($promotion_products as $promotion_product)
Offer Item

Product Name : {{$product_name}}

{{$variant}}


Qty : {{$promotion_product->quantity}}

@endforeach @endif
@if (!empty($order_details->product_discount)) @endif @if (!empty($order_details->promo_code)) @endif @if (!empty($promotion_product_total_price)) @endif
SUB TOTAL : {{env('CURRENCY_CODE') . ' ' . $order_details->subtotal }}
TOTAL (Before Tax) : {{env('CURRENCY_CODE') . ' ' . $order_details->subtotal }}
@lang('messages.PRODUCT DISCOUNT') : - {{env('CURRENCY_CODE') . ' ' . $order_details->product_discount }}
@lang('messages.Promo Code')({{$order_details->promo_code}}) : - {{env('CURRENCY_CODE') . ' ' . $order_details->promo_code_discount }}
DELIVERY CHARGES : + {{env('CURRENCY_CODE') . ' ' . $order_details->delivery_charge }}
@lang('messages.PROMOTION ITEMS TOTAL') : + {{env('CURRENCY_CODE') . ' ' . $promotion_product_total_price }}
TOTAL AMOUNT : {{ env('CURRENCY_CODE') }} {{$order_details->grand_total}}
@endif