File: /var/www/admin.fixgini.com/storage/framework/views/09d023631f8a4fdf2463371657e88472.php
<div>
<div class="iq-card-body">
<div class="table-responsive">
<div class="row justify-content-between">
<div class="col-sm-12 col-md-6">
<div id="user_list_datatable_info" class="dataTables_filter">
<form class="mr-3 position-relative">
<div class="form-group mb-0">
<input type="search" class="form-control" wire:model.live="search" placeholder="Search"
aria-controls="user-list-table">
</div>
</form>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="user-list-files d-flex float-right">
<a class="iq-bg-primary" href="<?php echo e(route('withdraw.request')); ?>">
Withdraw Requests
</a>
</div>
</div>
</div>
<table id="user-list-table" class="table table-striped table-bordered mt-4" role="grid"
aria-describedby="user-list-page-info">
<thead>
<tr>
<th>#ID</th>
<th>User name</th>
<th>Pending</th>
<th>Withdrawal</th>
<th>Available</th>
</tr>
</thead>
<tbody>
<!--[if BLOCK]><![endif]--><?php $__empty_1 = true; $__currentLoopData = $wallets; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $wallet): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<tr>
<td><?php echo e($wallet->id); ?></td>
<td><?php echo e($wallet->user->name); ?></td>
<td><?php echo e($wallet->currency); ?><?php echo e(number_format($wallet->pending,2)); ?></td>
<td><?php echo e($wallet->currency); ?><?php echo e(number_format($wallet->withdraw,2)); ?></td>
<td><?php echo e($wallet->currency); ?><?php echo e(number_format($wallet->available,2)); ?></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<p class="text-center text-danger"> No wallet available</p>
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
</tbody>
</table>
</div>
<div class="mt-2">
<?php echo e($wallets->links()); ?>
</div>
</div>
<?php /**PATH /var/www/admin.fixgini.com/resources/views/livewire/wallet/index.blade.php ENDPATH**/ ?>