Total Surcharge {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_surcharge) }}
Total Surcharge Waived {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_surcharge_waive) }}
Total Surcharge Paid Amount {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_surcharge_paid) }}
Total Surcharge Payable Amount {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_surcharge - $total_surcharge_waive - $total_surcharge_paid) }}