@include('staff.handlers.staffheader')
Pending Withdrawal Requests
@php $i = 1; @endphp @foreach($data as $item) @endforeach
Sr.# User Name User ID Wallet Balance Requested Amount Withdrawal Amount (90%) Option Date Bank Name Account Title Account Number
{{ $i++ }}. {{ $item->user->name }} {{ $item->user->user_id }} {{ $item->available_balance }} {{ $item->wr_amount }} {{ 90*$item->wr_amount/100 }}
@csrf

@if($item->wr_remarks != 'Pending')
@csrf Transection ID:
Bank Name:___ _
Account Holder:_
Account No:___ _
@endif
{{ $item->wr_time }} {{ $item->pay_method }} {{ $item->owner_name }} {{ $item->account_no }}
@include('handlers.footer')