@forelse($transactions as $trx) @empty @endforelse
@lang('Transaction No.') @lang('Transacted') @lang('Amount') @lang('Post Balance') @lang('Detail')
{{ $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) }}
{{ __($emptyMessage) }}