Wallet Transactions
User
Amount
Type
Description
Date
@foreach($transactions as $txn)
{{ $txn->user->full_name ?? 'N/A' }}
{{ $txn->amount }}
{{ ucfirst($txn->type) }}
{{ $txn->description }}
{{ $txn->created_at }}
@endforeach