{{--
--}}
{{--

Thank You for Your Order!

--}}
Company Logo

Order ID: {{ $order->id }}

Billing Information

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 }}

Products

@php $subtotal = 0; @endphp {{-- --}} @foreach ($products as $product) @php $product_total = $product->variant_price ? ($product->variant_price * $product->product_quantity) : ($product->after_discount * $product->product_quantity); $subtotal += $product_total; @endphp --}} @endforeach
Name Image M.R.P Price(INR) Gst Offer price(INR) QuantityTax(INR)Total Amount
@if ($product->title) {{$product->title}} {{$product->additional_title}} @else {{ $product->product_title }} @endif @if ($product->picture_url)
Product Image
@else
Product Image
@endif
@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.