@if (!empty($logoBase64)) @else
ZAKH E COMMERCE PRIVATE LIMITED
@endif
LIG FLAT NO 179 GF PH II SEC 18 B, NSIT DWARKA SOUTH WEST DELHI
New Delhi-110078, Delhi, India
GSTIN: 07AACCZ7518D1ZA
Email: contact@zakh.in
Invoice #
ZAKH/{{ $order->cart_id ?? 'N/A' }}
Invoice Date
{{ $order->order_date ?? now()->format('F d, Y') }}
Total Amount : Rs {{ number_format($order->total_price ?? 0, 2) }}
To,
{{ $order->address->receiver_name ?? 'Customer Name' }}
@if(!empty($order->address->receiver_phone)) Phone: {{ $order->address->receiver_phone }}
@endif @if(!empty($order->address->receiver_email)) Email: {{ $order->address->receiver_email }}
@endif
{{ $order->address->house_no ?? '' }} {{ $order->address->society ? ', '.$order->address->society : '' }}
@if(!empty($order->address->landmark)) Near {{ $order->address->landmark }}
@endif {{ $order->address->city ?? '' }}, {{ $order->address->state ?? '' }} - {{ $order->address->pincode ?? '' }}
Invoice Details :
ORDER NO : {{ $order->cart_id ?? 'A0000' }}
ORDER DATE : {{ $order->order_date ?? now()->format('d/m/Y') }}
{{--
CHANNEL : {{ $order->channel ?? '' }}
--}}
SHIPPED BY : {{ $order->shipment->logistic_name ?? 'DELHIVERY' }}
AWB NO : {{ $order->shipment->waybill ?? '' }}
PAYMENT METHOD : {{ strtoupper($order->payment_method ?? 'PREPAID') }}
@php $sr = 1; $subtotal = 0; $totalTax = 0; @endphp @if(isset($order->orderItems) && $order->orderItems->isNotEmpty()) @foreach($order->orderItems as $item) @php $mrp = $item->variation->mrp ?? 0; $price = $item->variation->price ?? 0; $qty = $item->quantity ?? 1; $unitDiscount = max(0, $mrp - $price); $taxRate = $item->variation->product->tax->value ?? 0; $taxAmount = ($price * $qty) * ($taxRate/100); $lineTotal = ($price * $qty); $subtotal += $lineTotal; $totalTax += $taxAmount; @endphp @php $sr++; @endphp @endforeach @else @endif
Sr. No Product Name & SKU HSN Qty Unit Price Unit Discount Taxable value CGST SGST IGST Total
{{ $sr }}
{{ $item->product_name ?? 'Product' }}
{{ $item->variation->sku ?? ($item->sku ?? '') }}
{{ $item->variation->hsn ?? '' }} {{ $qty }} Rs {{ number_format($price,2) }} Rs {{ number_format($unitDiscount,2) }} Rs {{ number_format(($price * $qty) - ($unitDiscount * $qty),2) }} Rs {{ number_format($taxAmount/2,2) }} Rs {{ number_format($taxAmount/2,2) }} Rs {{ number_format($lineTotal,2) }}
No items found in this order.
@if(isset($order->coupon_discount) && $order->coupon_discount > 0) @endif
Sub Total Rs {{ number_format($subtotal,2) }}
Shipping Rs {{ number_format($order->shipping_cost ?? 0,2) }}
Extra Discount Applied - Rs {{ number_format($order->coupon_discount,2) }}
Total Taxes (Included) Rs {{ number_format($totalTax,2) }}
Advance Amount Rs {{ number_format($order->advance_amount ?? 0,2) }}
Total Rs {{ number_format($order->total_price ?? 0,2) }}
{{--
Net Total (In Value) : {{ $order->total_in_words ?? 'zero Only' }}
--}} {{--
Authorized signature for ZAKH E COMMERCE PRIVATE LIMITED
--}}