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