{{ __($setTitle) }}
- {{ __('Rate') }} {{ getCurrencySymbol() }}1 = {{shortAmount($payment->rate)}} {{ $gateway->currency ?? getCurrencyName() }}
- {{ __('Deposit Amount') }} {{ getCurrencySymbol() }}{{shortAmount($payment->amount)}}
- {{ __('Charge') }} {{ getCurrencySymbol() }}{{shortAmount($payment->charge)}}
- {{ __('Final Amount') }} {{ getCurrencySymbol() }}{{shortAmount($payment->final_amount)}}