Order Completed
Thank you for your purchase.
Order confirmation has been sent to your contact. Invoice: #{{ $order->invoice_id }}
Summary
- Invoice ID: #{{ $order->invoice_id }}
- Date: {{ $order->created_at->format('M d, Y') }}
- Payment: {{ $order->payment->payment_status }}
Shipping To
{{ $order->shipping->name }}
{{ $order->shipping->address }}
Phone: {{ $order->shipping->phone }}
Selected Items
{{ $item->product_name }}
Qty: {{ $item->qty }}
৳{{ number_format($item->sale_price * $item->qty) }}