Dear {{ $order->user->first_name ?? 'Customer' }},
Your order (ID: {{ $order->id }}) status has been updated to: {{ ucfirst($order->status) }}.
Thank you for shopping with us!