Name: {{ $order->billing_name }}
Email: {{ $order->billing_email }}
Phone: {{ $order->billing_phone }}
Address: {{ $order->billing_address }}, {{ $order->billing_city }}, {{ $order->billing_province }}, {{ $order->billing_postalcode }}
Name | Image | M.R.P Price(INR) | Gst | Offer price(INR) | Quantity | {{--Tax(INR) | --}}Total Amount |
---|---|---|---|---|---|---|---|
@if ($product->title) {{$product->title}} {{$product->additional_title}} @else {{ $product->product_title }} @endif |
@if ($product->picture_url)
|
@if ($product->variant_mrp) {{$product->variant_mrp}} @else {{ $product->price }} @endif | {{ !empty($product->gst_amount) ? $product->gst_amount : 0 }} | @if ($product->variant_price) {{$product->variant_price}} @else {{$product->sale_price }} @endif | {{ $product->product_quantity }} {{-- | @if ($product->variant_gst) {{$product->variant_gst}} @else {{$product->GST }} @endif | --}}INR @if ($product->variant_price) {{ ($product->gst_amount +$product->sale_price) * $product->product_quantity }} @else {{ ($product->gst_amount +$product->sale_price ) * $product->product_quantity }} @endif |
Discount | INR {{ ($order->billing_discount) }} | ||||||
Final Amount(After all discounts) | INR {{ ($order->billing_total -$order->billing_discount) }} |
Thank you for shopping with us! If you have any questions, please contact us at customersupport@fitsporthub.com
© 2025 Your Company Name. All rights reserved.