Withdrawal Request
# | Date | Transaction ID | Name | Type | Amount | Amount (with - 25%) | Status | Action | |
---|---|---|---|---|---|---|---|---|---|
No Record Found
|
|||||||||
{{$data->id}} | {{$data->created_at}} | {{$data->transaction_id}} | {{$data->user->name}} | {{$data->user->email}} | {{$data->transaction_type}} | {{$data->amount}} | {{$data->redeem_amount}} | @if($data->withdrawal_status == 0) Pending @else Approved @endif | @if($data->withdrawal_status == 0) Approve @else @endif |
@if($withdrawals->count() == 0)
@else
No Record Found
@foreach($withdrawals as $data)
@if($data->withdrawal_status == 0)
Approve
@else
@endif
@endforeach
@endif