JETMART INDIA

Email: jetmartindia@gmail.com
Service Time: 9 AM to 9 PM
Delivery within 2 Hours

TAX INVOICE
Seller Details
{{$retailer->name}}

{{$retailer->address}}

Phone: {{$retailer->phone}}
GST: {{$retailer->gst_no}}

Invoice No: {{$current_order->orderId}}
Outstanding: Rs {{$real_outstanding}}
Customer Details
Order Date: {{ date("d-M-Y", strtotime($current_order->created_at)) }}
Order Time: {{ date("h:i A", strtotime($current_order->created_at)) }}

{{$current_order->firstName}}
{{$current_order->mobile}}
{{$current_order->email}}

Shipping Address
{{$user->name}}
{{$user->phone}}
{{$user->address}}
{{$user->landmark}}
@php $xx=1; $save=0; $return=0; $total_taxable = 0; $total_cgst = 0; $total_sgst = 0; @endphp @foreach($order as $d) @php $xx++; $total_taxable += $d->taxable_amount; $total_cgst += $d->cgst; $total_sgst += $d->sgst; @endphp @endforeach
# Item Details MRP Qty Amount
{{$xx}} {{$d->productName}} Rs {{ number_format($d->compareAtPrice,2)}} @php $save += (($d->compareAtPrice-$d->price) * $d->quantity); @endphp @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] }} Rs {{ number_format($d->price * $d->quantity,2)}} @php $return += $d->price * $d->return_quantity; @endphp
@if($current_order->commission>0) @endif @if($return>0) @endif
Total Taxable Rs {{ number_format($total_taxable,2) }}
CGST Rs {{ number_format($total_cgst,2) }}
SGST Rs {{ number_format($total_sgst,2) }}
You Saved Rs {{ number_format($save,2) }}
Shipping Charge Rs {{$current_order->shippingPrice}}
Commission Rs {{$current_order->commission}}
Return Rs {{$return}}
Total Payable Rs {{ number_format($current_order->totalPrice-$current_order->commission-$return,2)}}