{{ _t('member.credited') }}
{{ currency($commission->data['credited']['amount']) }}
{{ _t('member.total') }}
{{ $commission->data['credited']['txn']->count() }} {{ _t('member.txns') }}
@if($commission->data['credited']['txn']->count())
{{ _t('member.last_txn') }} #{{ $commission->data['credited']['txn']->last()->id }} {{ _t('member.on') }} {{ $commission->data['credited']['txn']->last()->created_at->diffForHumans() }}
@endif
{{ _t('member.pending') }}
{{ currency($commission->data['pending']['amount']) }}
({{ _t('member.total') }}
{{ $commission->data['pending']['txn']->count() }} {{ _t('member.txns') }}
)
@if($commission->data['pending']['txn']->count())
{{ _t('member.last_txn') }} #{{ $commission->data['pending']['txn']->last()->id }} {{ _t('member.on') }} {{ $commission->data['pending']['txn']->last()->created_at->diffForHumans() }}
@endif