Hello {{ $user->name }},
Your order #{{ $order->order_number }} status has been updated to: {{ str_replace('_', ' ', $order->status) }}
Date: {{ $order->updated_at->format('F d, Y') }}
Payment Method: {{ $order->payment_method == 'stripe' ? 'Payment before Delivery' : 'Payment after Delivery' }}
You can log in to your account to track your order.