Activity

{{ $transactions->total() }} records
@forelse($transactions as $tx)@empty@endforelse
ReferenceTypeAssetAmountFeeStatusDate
{{ $tx->reference }}{{ str_replace('_',' ',$tx->type->value) }}{{ $tx->asset->symbol }}{{ $tx->direction==='credit'?'+':'-' }}{{ $tx->amount }}{{ $tx->fee }}{{ $tx->created_at->format('M j, Y H:i') }}
No matching transactions.
Updating…