Admin - Transaction Log

@forelse($transfers as $t) @empty @endforelse
Time ID Sender Receiver Amount Status Idempotency
{{ $t->created_at }} #{{ $t->id }} {{ $t->sender?->public_id }} {{ $t->receiver?->public_id }} {{ number_format($t->amount / 100, 2) }} {{ $t->status }} {{ $t->idempotency_key }}
No transactions found.
{{ $transfers->links() }}