ok

Mini Shell

Direktori : /home2/selectio/www/a1tex.in/storage/framework/views/
Upload File :
Current File : /home2/selectio/www/a1tex.in/storage/framework/views/2a811d1de9cc2c48dd06c1b35967a43ae5c4dab3.php


<?php $__env->startPush('css_or_js'); ?>

<?php $__env->stopPush(); ?>



<?php $__env->startSection('content'); ?>
    <div class="content container-fluid">
        <div class="d-flex flex-wrap gap-2 align-items-center mb-3">
                <h2 class="h1 mb-0">
                    <img src="https://a1tex.in/public/assets/back-end/img/all-orders.png" class="mb-1 mr-1" alt="">
                    <span class="page-header-title">All</span> Payments proof
                </h2>
            </div>
        <div class="row mt-20" id="cate-table">
            <div class="col-md-12">
                <div class="card">
                    <div class="table-responsive">
                        <table style="text-align: <?php echo e(Session::get('direction') === "rtl" ? 'right' : 'left'); ?>;" class="table table-hover table-borderless table-thead-bordered table-nowrap table-align-middle card-table w-100">
                            <thead class="thead-light thead-50 text-capitalize">
                                <th>Id</th>
                                <th>Order Id</th>
                                <th>Payment Proof</th>
                                <th>Delete</th>
                            </thead>
                            <tbody>
                                <?php $__currentLoopData = $payment_details; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $user): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <tr>
                                    <td><?php echo e($user->id); ?></td>
                                    <td><span class="badge badge-soft-info fz-12"><?php echo e($user->order_id); ?></span></td>
                                    <td><a target="_blank" href="<?php echo e(asset('storage/app/public/payment_proof')); ?>/<?php echo e($user->file); ?>"><img class="rounded" width="64" onerror="this.src='<?php echo e(asset('public/assets/front-end/img/image-place-holder.png')); ?>'" src="<?php echo e(asset('storage/app/public/payment_proof')); ?>/<?php echo e($user->file); ?>"></a></td>
                                    <td>
                                        <a class="btn btn-outline-danger btn-sm delete square-btn" href = 'payment_delete/<?php echo e($user->id); ?>' >
                                                <i class="tio-delete"></i>
                                            </a>
                                    </td>
                                </tr>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </tbody>
                        </table>
                    </div>   
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>





<?php echo $__env->make('layouts.back-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/selectio/public_html/a1tex.in/resources/views/admin-views/category/payment-view.blade.php ENDPATH**/ ?>

Zerion Mini Shell 1.0