Wallet
Money
{{ App\Models\Wallet::where('user_id', auth()->user()->id)->sum('main_balance') }}
Bonus
0
Last 50 transactions
Deposit
Withdraw
| SR No. | Type | Amount | Status | Date & Remark |
|---|---|---|---|---|
| {{ $loop->iteration }} | DEPOSIT | {{ $item->amount }} | @if ($item->status == 'pending') INITIATED @elseif ($item->status == 'completed') PGS_SUCCES @elseif ($item->status == 'failed') PGS_FAILED @endif |
{{ $item->created_at->diffForHumans() }} |
| SR No. | Type | Amount | Status | Date & Remark |
|---|---|---|---|---|
| {{ $loop->iteration }} | WITHDRAW | {{ $item->amount }} | @if ($item->status == 'pending') INITIATED @elseif ($item->status == 'completed') PGS_SUCCES @elseif ($item->status == 'failed') PGS_FAILED @endif |
{{ $item->created_at ?? '-' }} |
@if ($usertransaction > $wagerining)
@else
@endif