@if(Session::has('Money_approved'))
User's request for add fund
Add Fund (CashWallet)
Add Fund(TokenWallet)
Add Fund(BonusWallet)
@include('admin.modals.directfundaddmodal')
@include('admin.modals.directfundaddtmodal')
@include('admin.modals.directfundaddbmodal')
# |
USER |
TRNX ID |
MERCHANT NO |
AMOUNT |
REQUEST DATE |
STATUS |
APPROVAL/REJECT DATE |
ACTION |
@foreach($deposit as $row)
{{$loop->index+1}} |
{{$row->user->user_name}} |
{{$row->txn_id}} |
@if($row->wallet_id != null)
{{$row->merchant->wallet_no}}
@else
System
@endif
|
{{$row->amount}} |
{{$row->created_at}} |
{{$row->status}}
|
{{$row->updated_at}} |
@if($row->status == 'pending')
@endif
|
@endforeach