Thank You for Your Order!
Dear {{ $order->shipping_full_name }},
Thank you for your purchase! Your order has been successfully placed.
Please find your invoice attached to this email.
Order Summary
| Order Number |
{{ $order->order_number }} |
| Invoice Number |
{{ $invoice->display_invoice_number }} |
| Order Date |
{{ $order->created_at->format('d M Y, h:i A') }} |
| Payment Method |
{{ strtolower($order->payment_method) === 'cod' ? 'Cash on Delivery' : ucfirst(str_replace('_',' ', $order->payment_method)) }}
|
|
| Total Amount |
{{ $invoice->currency }} {{ number_format($invoice->total, 2) }}
|
|
Shipping Address
{{ $order->shipping_full_name }}
{{ $order->shipping_street }}
@if($order->shipping_apartment){{ $order->shipping_apartment }} @endif
{{ $order->shipping_city }}, {{ $order->shipping_state }}
{{ $order->shipping_country }}
Phone: {{ $order->shipping_phone }}
|
If you have any questions, contact us at
ert@ayzme.com
|