Your Order Has Accepted!

We're getting your order ready for dispatch

📦

Order #{{ $order->id }} - Accepted

Updated on {{ now()->format('F j, Y \a\t g:i A') }}

Estimated Delivery

{{ now()->addDays(2)->format('F j, Y') }} - {{ now()->addDays(9)->format('F j, Y') }}

Order Summary

Order Status
Shipped
Payment Status
{{ ucwords(str_replace('_', ' ', $order->payment_status)) }}
Shipping Method
Standard Shipping
Total Amount
{{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}

Shipping Address

{{ $customer->first_name }} {{ $customer->last_name }}
{{ $customer->address }}
{{ $customer->city }}, {{ $customer->state }} {{ $customer->zip }}
{{ $customer->country }}
Phone: {{ $customer->phone }}