| # | Source | Amount | Transaction Type | Date |
|---|---|---|---|---|
| {{ $wallet_transactions->firstItem() + $loop->index }} | {{ ucwords(str_replace('_', ' ', $wallet_transaction->source)) }} | ₹ {{ $wallet_transaction->amount }} | {{ ucfirst($wallet_transaction->transaction_type) }} | {{ $wallet_transaction->created_at }} |