jetmartindia@gmail.com
Jetmart India Service Time: 9 am to 9 pm
Delivery within 2 hours
|
Seller: {{$retailer->name}} Address: {{$retailer->address}} Phone:{{$retailer->phone}} GST: {{$retailer->gst_no}} @if($current_order->telecaller_name) TELECALER NAME: {{$current_order->telecaller_name}} TELECALER MOB: {{$current_order->telecaller_mobile}} @endif Invoice No: {{$current_order->orderId}} Outstanding Amount: Rs {{$real_outstanding}} |
Order Date : {{ date("d-M Y", strtotime($current_order->created_at)) }}Order Time : {{ date("h:i A", strtotime($current_order->created_at)) }}User{{ $current_order->firstName}}{{ $current_order->mobile}} {{ $current_order->email}} Shipping Address {{$user->name}} {{$user->phone}} {{$user->address}} {{$user->landmark}} |
| # | Item | MRP | Base Pack | Quantity | HSN | HSN% | Taxable Amount | CGST | SGST | Price | |||
| {{$xx}} |
{{$d->productName}}
|
Rs {{ number_format($d->compareAtPrice,2)}} @php $save+=(($d->compareAtPrice-$d->price) * $d->quantity); @endphp | {{$d->base_pack_code}} | {{--{{$d->quantity}} | --}}@php $primary = 0; $secondary = $d->quantity; if(!empty($d->conf_2nd_unit) && $d->conf_2nd_unit > 0){ $primary = floor($d->quantity / $d->conf_2nd_unit); $secondary = $d->quantity % $d->conf_2nd_unit; } @endphp {{ $primary }} {{ $units[$d->primary_unit] }} {{ $secondary }} {{ $units[$d->secondary_unit] }} | {{ ($d->hsn_code ?? '') }} | {{ ($d->gst_percentage ?? 0) . '%' }} | {{$d->taxable_amount}} | {{$d->cgst}} | {{$d->sgst}} | Rs {{ number_format($d->price * $d->quantity,2)}} @php $return+=$d->price*$d->return_quantity; @endphp | ||
| Total | Rs {{ number_format($total_taxable,2) }} | Rs {{ number_format($total_cgst,2) }} | Rs {{ number_format($total_sgst,2) }} | Rs {{ number_format($current_order->totalPrice-$current_order->shippingPrice,2)}} | |||||||||
| You Save | Rs {{ number_format($save,2)}} | ||||||||||||
| Shipping Charge | Rs {{$current_order->shippingPrice}} | ||||||||||||
| Commission | Rs {{$current_order->commission}} | ||||||||||||
| Return | Rs {{$return}} | ||||||||||||
| Total | Rs {{ number_format($current_order->totalPrice-$current_order->commission-$return,2)}} | ||||||||||||
|
|||||||||||||