| {{ $trx->trx }} |
{{ showDateTime($trx->created_at) }} {{ diffForHumans($trx->created_at) }} |
{{ $trx->trx_type }} {{ showAmount($trx->amount, 8, exceptZeros: true, currencyFormat:false) }} {{ strtoupper($trx->currency) }}
|
{{ showAmount($trx->post_balance, 8, exceptZeros: true, currencyFormat:false) }} {{ __(strtoupper($trx->currency)) }}
|
{{ __($trx->details) }} |
@empty