Filters: {{ implode(' · ', $filters) }}
@endif| ID | User | Type | Details | Amount | Status | Date | |
|---|---|---|---|---|---|---|---|
| {{ $tx->id }} | {{ $tx->user?->name ?? '—' }} | {{ $tx->user?->email ?? '—' }} | {{ str_replace('_', ' ', ucfirst($tx->type)) }} | {{ $tx->details ?? '—' }} | ${{ number_format($tx->amount, 2) }} | {{ $tx->status->label() }} | {{ $tx->created_at->format('Y-m-d H:i') }} |