Your Order Has Shipped!

Your package is on its way to you

📦

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

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

{{--

Estimated Delivery

{{ now()->addDays(3)->format('F j, Y') }} - {{ now()->addDays(5)->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 }}