Back to Orders
Saba Remedies Logo

SABA REMEDIES

Authentic Unani Herbal Formulations & Healthcare
Hyderabad, Telangana, India
Phone: +91-9440059951 | Email: info@sabaremedies.com

Official Tax Invoice

#{{ $order->order_id }}

Date: {{ date('d M Y, h:i A', strtotime($order->created_date)) }}

Payment Status: {{ $order->payment_status ?: 'Completed' }}

Payment Method: {{ $order->payment_method }}

Billed & Shipped To:

{{ $order->name }}
{{ $order->address }}
@if($order->landmark)
Landmark: {{ $order->landmark }}
@endif
{{ $cityName ?? $order->city }}{{ !empty($stateName) ? ', ' . $stateName : '' }} - {{ $order->pincode }}
{{ $order->country ?: 'India' }}
Phone: {{ $order->phone }}

Order Information:

Order Reference: {{ $order->order_id }}
Delivery Status: {{ $order->delivery_status ?: 'Processing' }}
@if($order->transactionId)
Transaction Ref: {{ $order->transactionId }}
@endif
@php $subtotal = 0; @endphp @foreach($standardItems as $std) @php $lineTotal = (float)$std->price * (int)$std->quantity; $subtotal += $lineTotal; @endphp @endforeach @foreach($sbItems as $sb) @php $lineTotal = (float)$sb->price * (int)$sb->quantity; $subtotal += $lineTotal; @endphp @endforeach
Item Formulation Description Unit Price Qty Total
{{ $std->prod_name ?? ($std->product->prod_name ?? 'Unani Remedy') }}
@if($std->prod_size)
Pack: {{ $std->prod_size }}
@endif
₹{{ $std->price }} {{ $std->quantity }} ₹{{ $lineTotal }}
{{ $sb->prod_name }}
@if($sb->detail)
Pack: {{ $sb->detail->prod_quantity }} {{ $sb->detail->prod_quantity_type }}
@endif
₹{{ $sb->price }} {{ $sb->quantity }} ₹{{ $lineTotal }}
Items Subtotal: ₹{{ $subtotal }}
@if(!empty($order->promo_id))
Coupon Discount ({{ $order->promo_id }}): -₹{{ max(0, $subtotal - (float)$order->total_price) }}
@endif
Shipping & Handling: Free
Total Paid / Due: ₹{{ $order->total_price }}
Thank you for choosing Saba Remedies! This is a computer generated invoice.