{{ t('Recharge history') }}
|
{{ t('No.') }}
|
{{ t('Scratch card code') }}
|
{{ t('Total amount of payment') }}
|
{{ t('Subscriber who pays') }}
|
{{ t('Subscriber who is paid') }}
|
{{ t('Services') }}
|
{{ t('Date') }}
|
|
{{ $index + 1 }}
|
{{ item.ScratchCode }}
|
{{ item.amount | number:0 }} {{ app.currency }}
|
{{ item.isdn }}
|
{{ username }}
|
{{ t('Mobile') }}
|
{{ item.date }}
|