image Game Wallet
@forelse ($gameWalletTransaction as $transaction) @empty @endforelse
Id Amount Status From
{{ $transaction->id }} {{ $transaction->amount }} @if($transaction->status == 'debit') Debit @else Credit @endif From Bank
No Record Found
{{-- @if ($userPayIn->count() == 0)

No Record Found

@else @foreach ($userPayIn as $referral)

{{$referral->id}}

@if($referral->status == 'debit') Debit @else Credit @endif

{{$referral->amount}}

@endforeach @endif --}}

2

Debit

3000

From Bank