Order through JETMART INDIA

   jetmartindia@gmail.com
Jetmart India Service Time: 9 am to 9 pm
Delivery within 2 hours


Seller

{{$retailer->name}}

Invoice No: {{$current_order->orderId}}

Phone:{{$retailer->phone}}

GST: {{$retailer->gst_no}}

Address:
{{$retailer->address}}

Outstanding Amount:
Rs {{$real_outstanding}}

Order Date : @php echo date("d-M Y", strtotime($current_order->created_at));@endphp
Order Time : @php echo date("h:i A ", strtotime($current_order->created_at));@endphp
User
{{ $current_order->firstName}}
{{ $current_order->mobile}}
{{ $current_order->email}} Shipping Address

{!! $current_order->shippingAddress !!}

@php $xx=1; $save=0; $return=0; $netprofit=0; $sumofprofit=0; @endphp @foreach($order as $d) @php $xx++; @endphp @endforeach @php $netprofit -=$total_discount; @endphp @if($current_order->commission>0) @endif @if($return>0) @endif
# Item MRP Base Pack Quantity Price Purchase Price Our Price Profit
{{$xx}}
{{$d->productName}}
Rs {{ number_format($d->compareAtPrice,2)}} @php $save+=(($d->compareAtPrice-$d->price) * $d->quantity); @endphp {{$d->base_pack_code}} {{$d->quantity}} Rs {{ number_format($d->price * $d->quantity,2)}} @php $return+=$d->price*$d->return_quantity; @endphp Rs {{ number_format($d->costPerItem,2)}} Rs {{ number_format($d->price,2)}} @php $profit = ($d->price - $d->costPerItem) * $d->quantity; $netprofit +=$profit; $sumofprofit +=$profit; @endphp Rs {{ number_format($profit,2)}}
Total Rs {{ number_format($current_order->totalPrice-$current_order->shippingPrice,2)}} Rs {{ number_format($sumofprofit,2)}}
Shipping Charge Rs {{$current_order->shippingPrice}} Discount Rs {{ number_format($total_discount,2)}}
Commission Rs {{$current_order->commission}}
Return Rs {{$return}}
Total Rs {{ number_format($current_order->totalPrice-$current_order->commission-$return,2)}}
Net Profit Rs {{ number_format($netprofit,2)}}