| Name | Amount | Status | Transaction Type | Description | Transaction Date | |
|---|---|---|---|---|---|---|
| {{ $item['user_detail']['name'] }} | ${{ $item['amount'] }} | @if ($item['status'] == 1) Success @elseif ($item['status'] == 2) Suspended @endif | @if ($item['transaction_type'] == 0) Added To Wallet @else Paid For Booking Request @endif | {{ $item['description'] }} | {{ time_by_timezone($item->created_at, 'd F, Y h:i A') }} | |
| No Record Found | ||||||