← Back to Order
Divine Drops
Fulfilled by Divine Drops Central Dispatch Warehouse
PACKING SLIP
Order #{{ $order->order_number }}
Date: {{ $order->created_at ? $order->created_at->format('d M, Y') : date('d M, Y') }}
SHIP TO ADDRESS
{{ $order->customer_name }}
{{ $order->shipping_address }}
{{ $order->city }}, {{ $order->state }} — PIN: {{ $order->pincode }}
Mobile Phone: {{ $order->customer_phone }} | Email: {{ $order->customer_email }}
Payment Type: {{ strtoupper($order->payment_status === 'pending' ? 'CASH ON DELIVERY (COD)' : 'PREPAID ONLINE') }}
Package Items List (Total: {{ $order->items->sum('quantity') }} Items)
@foreach($order->items as $idx => $item) @endforeach
S.No Item Description Size / Variant Qty
{{ $idx + 1 }} {{ $item->product_name }} {{ $item->size ?? 'Standard' }} {{ $item->quantity }}
@if($order->notes)
⚠️ Customer Packing Note: "{{ $order->notes }}"
@endif
Picked & Verified By
Packed & Sealed By
Courier AWB / Tracking #