⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
d279cfdecbffc2d83d80b5f3e122d5d607439d0b.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Donations'] ?? __('Donations')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords['Donations'] ?? __('Donations')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords['Donations'] ?? __('Donations')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Start User Enrolled Course Section --> <section class="user-dashbord pt-100 pb-60"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.customer.side-navbar')) echo $__env->make('user-front.customer.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="row"> <div class="col-lg-12"> <div class="user-profile-details"> <div class="account-info"> <div class="title"> <h4><?php echo e($keywords['Donations'] ?? __('Donations')); ?></h4> </div> <div class="main-info"> <div class="main-table"> <div class="table-responsiv"> <table id="donationTable" class="dataTables_wrapper dt-responsive table-striped dt-bootstrap4" style="width:100%"> <thead> <tr> <th><?php echo e($keywords['Transaction_Id'] ?? __('Transaction ID')); ?> </th> <th><?php echo e($keywords['Cause'] ?? __('Cause')); ?></th> <th><?php echo e($keywords['Amount'] ?? __('Amount')); ?></th> <th><?php echo e($keywords['Gateway'] ?? __('Gateway')); ?></th> <th><?php echo e($keywords['Payment'] ?? __('Payment')); ?></th> </tr> </thead> <tbody> <?php if($donations): ?> <?php $__currentLoopData = $donations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $donation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($donation->transaction_id); ?></td> <td><a href="<?php echo e(route('front.user.causesDetails', [getParam(), $donation->slug])); ?>"> <?php echo e(strlen($donation->title > 20) ? mb_substr($donation->title, 0, 20, 'UTF-8') . '...' : $donation->title); ?> </a> </td> <td><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($donation->amount); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?> </td> <td><?php echo e($donation->payment_method); ?></td> <td> <?php if($donation->status == 'completed'): ?> <span class="badge badge-success"><?php echo e($keywords['Completed'] ?? __('Completed')); ?></span> <?php elseif($donation->status == 'pending'): ?> <span class="badge badge-warning"><?php echo e($keywords['Pending'] ?? __('Pending')); ?></span> <?php elseif($donation->status == 'rejected'): ?> <span class="badge badge-danger"><?php echo e($keywords['Rejected'] ?? __('Rejected')); ?></span> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <tr class="text-center"> <td colspan="4"> <?php echo e($keywords['NO_DONATION_FOUND'] ?? __('No Donation Found')); ?> </td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- footer section start --> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> $(document).ready(function() { $('#donationTable').DataTable({ responsive: true, ordering: false }); }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/webstoremaker/public_html/resources/views/user-front/customer/donations.blade.php ENDPATH**/ ?>