{{ __($setTitle) }}
- {{ __('Gateway') }} {{ $withdrawLog->withdrawMethod->name ?? 'N/A' }}
- {{ __('Trx') }} {{ getCurrencySymbol() }}{{shortAmount($withdrawLog->after_charge)}}
- {{ __('Rate') }} {{ getCurrencySymbol() }}1 = {{shortAmount($withdrawLog->rate)}} {{ $withdrawLog?->withdrawMethod?->currency_name ?? getCurrencyName() }}
- {{ __('Withdraw Amount') }} {{ getCurrencySymbol() }}{{shortAmount($withdrawLog->amount)}}
- {{ __('Charge') }} {{ getCurrencySymbol() }}{{shortAmount($withdrawLog->charge)}}
- {{ __('Final Amount') }} {{ getCurrencySymbol() }}{{shortAmount($withdrawLog->final_amount)}}
- {{ __('After Charge') }} {{ getCurrencySymbol() }}{{shortAmount($withdrawLog->after_charge)}}