Thank you for your order!

Dear {{ $order->contact_name }},

Your order has been successfully placed. Here are your order details:

Order ID: {{ $order->order_number }}

Order Date: {{ $order->created_at->format('M d, Y') }}

@if($order->discount > 0) @endif
Subtotal ({{ $order->total_items }} items) - ৳{{ number_format($order->subtotal) }}
Discount -৳{{ number_format($order->discount) }}
Delivery Charge ৳{{ number_format($order->delivery_charge) }}
Total ৳{{ number_format($order->total) }}

Delivery Address:

{{ $order->address }}

{{ $order->city }}, {{ $order->state }} {{ $order->postal_code }}

You can track your order or view the invoice using these links:

Track Order View Invoice

Thank you for shopping with {{ config('app.name') }}