|
|
AdishwarMart Bangalore |
| @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 | : | @if ($order_details->payment_mode == 2){{$payment_mode}} | Bank Transfer No | : | {{$order_details->bank_transfer_no}} | @else{{$payment_mode}} | @endif | ||
| 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 @endif | @if($order_details->gift_to_others_amount != '0.00')Gift Charge | : | {{$order_details->gift_to_others_amount}} | @endif||||
| @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 ItemProduct Name : {{$product_name}} {{$variant}} Qty : {{$promotion_product->quantity}} |
|
||||||||||||||||||||||
|
|||||||||||||||||||||||