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)