{{__('messages.Customer Wallet Balance')}} : {{number_format((float) $customer->wallet, 2) ?? '-' }} {{$customer->currency}}
{{__('messages.Customer Balance will increase by')}} : {{number_format((float) $total_change_amount, 2) ?? '-' }} {{$order_detail->order->currency->name}}
@endif