{{ $t('Below is the list of all requested withdrawals') }}
{{ $t('Proof') }} | {{ $t('Type') }} | {{ $t('Value') }} | {{ $t('Status') }} | {{ $t('Date') }} |
---|---|---|---|---|
{{ $t('Click here') }} {{ $t('Processing') }} | {{ withdraw.type }} | {{ state.currencyFormat(parseFloat(withdraw.amount), withdraw.currency) }} | {{ $t('Concluded') }} {{ $t('Pending') }} | {{ withdraw.dateHumanReadable }} |
{{ $t('List of deposits made') }}
{{ $t('Type') }} | {{ $t('Value') }} | {{ $t('Status') }} | {{ $t('Date') }} |
---|---|---|---|
{{ deposit.type }} | {{ state.currencyFormat(parseFloat(deposit.amount), deposit.currency) }} | {{ $t('Concluded') }} {{ $t('Pending') }} | {{ deposit.dateHumanReadable }} |