| {{ $t('timestamp') }} | {{ $t('amount') }} | {{ $t('action') }} | {{ $t('note') }} |
|---|---|---|---|
| {{ entry.createdAt | timeAgo }} |
{{ $t('remainingBalance') }}:
{{ entry.currentAmount * 4 }}
|
|
| {{ $t('timestamp') }} | {{ $t('amount') }} | {{ $t('action') }} | {{ $t('note') }} |
|---|---|---|---|
| {{ entry.createdAt | timeAgo }} |
{{ $t('remainingBalance') }}:
{{ entry.currentAmount }}
|