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') }}
| 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:
Thank you for shopping with {{ config('app.name') }}