⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.26
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
8564bf4373eeadb9fd203bbdddf090056d6d0344.php
<?php $__env->startSection('content'); ?> <div class="card" > <div class="card-body"> <h3>Shop Settings</h3> <form id="basicform" method="post" action="<?php echo e(route('admin.ecommerce.settings.update')); ?>"> <?php echo csrf_field(); ?> <div class="form-group"> <label>Shipping Charge</label> <input type="text" name="shipping" class="form-control" required="" value="<?php echo e($info->shipping); ?>"> </div> <div class="form-group"> <label>Currency <a href="https://fontawesome.com/" target="_blank">Icon</a> <i class="<?php echo e($info->icon); ?>"></i></label> <input type="text" name="icon" required="" class="form-control" value="<?php echo e($info->icon); ?>"> </div> <div class="form-group"> <label>Currency Name</label> <input type="text" name="currency" required="" class="form-control" value="<?php echo e($info->currency); ?>"> </div> <button type="submit" class="btn btn-success">Update</button> </form> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('admin/js/form.js')); ?>"></script> <script type="text/javascript"> "use strict"; //response will assign this function function success(res){ location.reload(); } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/am-content/Plugins/ecommerce/views/admin/ecommerce_Settings.blade.php ENDPATH**/ ?>