← Back to Order
Divine Drops

Divine Drops

Divine Drops Luxury Skincare Pvt. Ltd.
Plot No. 42, Botanical Park Road, Jubilee Hills
Hyderabad, Telangana - 500033 | Contact: +91 98765 43210
GSTIN: 36ABCDE1234F1Z5 | FSSAI: 13622011000142

TAX INVOICE

Invoice #: INV-{{ $order->order_number }}
Invoice Date: {{ $order->created_at ? $order->created_at->format('d M, Y') : date('d M, Y') }}
Order Ref: #{{ $order->order_number }}
Billed & Shipped To
{{ $order->customer_name }}
{{ $order->shipping_address }}
{{ $order->city }}, {{ $order->state }} - {{ $order->pincode }}
Phone: {{ $order->customer_phone }}
Email: {{ $order->customer_email }}
Payment & Dispatch Summary
Payment Mode: {{ strtoupper($order->payment_status === 'pending' ? 'Cash on Delivery (COD)' : 'Prepaid Online') }}
Payment Status: {{ strtoupper($order->payment_status) }}
Order Status: {{ ucfirst($order->order_status) }}
Place of Supply: {{ $order->state }} (Code: 36)
@php $taxableSubtotal = 0; @endphp @foreach($order->items as $idx => $item) @php $itemTotal = $item->subtotal; $taxableSubtotal += $itemTotal; @endphp @endforeach
# Product & Variant HSN Qty Rate (₹) GST % Total (₹)
{{ $idx + 1 }} {{ $item->product_name }}
Size: {{ $item->size ?? 'Standard' }}
330499 {{ $item->quantity }} ₹{{ number_format($item->price, 2) }} 18% ₹{{ number_format($itemTotal, 2) }}
@if($order->discount_amount > 0) @endif
Taxable Value: ₹{{ number_format($order->total_amount + ($order->discount_amount ?? 0), 2) }}
Discount ({{ $order->coupon_code }}): - ₹{{ number_format($order->discount_amount, 2) }}
CGST (9%): Included
SGST (9%): Included
Shipping Charges: FREE
Grand Total: ₹{{ number_format($order->total_amount, 2) }}