One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
7899a6e83111fb91522634b586ed73db5460d387.php
<?php $__env->startSection('content'); ?> <?php $type = request()->input('type'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Settings')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="#"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#">Shop Management</a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#">Settings</a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Settings')); ?></div> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <form id="ajaxForm" class="" action="<?php echo e(route('user.item.settings')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form-group"> <label>Shop **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="is_shop" value="1" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->is_shop == 1 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Active</span> </label> <label class="selectgroup-item"> <input type="radio" name="is_shop" value="0" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->is_shop == 0 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Deactive</span> </label> </div> <p id="erris_shop" class="mb-0 text-danger em"></p> <p class="text-warning mb-0">By enabling / disabling, you can completely enable / disable the relevant pages of your shop in this system.</p> </div> <div class="form-group"> <label>Catalog Mode **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="catalog_mode" value="1" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->catalog_mode == 1 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Active</span> </label> <label class="selectgroup-item"> <input type="radio" name="catalog_mode" value="0" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->catalog_mode == 0 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Deactive</span> </label> </div> <p id="errcatalog_mode" class="mb-0 text-danger em"></p> <p class="text-warning mb-0">If you enable catalog mode, then pricing, cart, checkout option of items will be removed. But item & item details page will remain.</p> </div> <div class="form-group"> <label>Rating System **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="item_rating_system" value="1" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->item_rating_system == 1 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Active</span> </label> <label class="selectgroup-item"> <input type="radio" name="item_rating_system" value="0" class="selectgroup-input" <?php if($shopsettings): ?> <?php echo e($shopsettings->item_rating_system == 0 ? 'checked' : ''); ?> <?php endif; ?>> <span class="selectgroup-button">Deactive</span> </label> </div> <p id="erritem_rating_system" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">Tax **</label> <input type="text" class="form-control" name="tax" value="<?php echo e($shopsettings ? $shopsettings->tax : ''); ?>" placeholder="Enter tax"> <p id="errtax" class="mb-0 text-danger em"></p> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" form="ajaxForm" id="submitBtn" class="btn btn-success">Submit</button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user/item/settings.blade.php ENDPATH**/ ?>
Save