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: Outstanding Amount: |
Order Date : @php echo date("d-M Y", strtotime($current_order->created_at));@endphpOrder Time : @php echo date("h:i A ", strtotime($current_order->created_at));@endphpUser{{ $current_order->firstName}}{{ $current_order->mobile}} {{ $current_order->email}} Shipping Address {!! $current_order->shippingAddress !!} |
| # | 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)}} |