Your order {{ $order->order_number }} has been confirmed.
@php $emailLogoPath = public_path('assets/images/settings/logo-dark.png'); if (!file_exists($emailLogoPath)) { $emailLogoPath = public_path('assets/images/logo.png'); } $emailLogoSrc = file_exists($emailLogoPath) ? $message->embed($emailLogoPath) : asset('assets/images/logo.png'); @endphp CUPLE
CUPLE
كابلي

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

Thank you for shopping with CUPLE UAE

© {{ date('Y') }} CUPLE. All rights reserved
| UAE

cuple.ae