Order Status Update

Dear {{ $order->contact_name }},

Your order status has been updated to: {{ ucfirst($newStatus) }}

Order ID: {{ $order->order_number }}

Order Date: {{ $order->created_at->format('M d, Y') }}

Total Amount: ৳{{ number_format($order->total) }}

Track your order or view the invoice:

Track Order View Invoice

Thank you for shopping with {{ config('app.name') }}