⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
dfab64c221bf0688d3e32bc9896ee8e4b04c3fb6.php
<?php if(!empty($shipping->language) && $shipping->language->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form input, form textarea, form select { direction: rtl; } .nicEdit-main { direction: rtl; text-align: right; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title">Edit shipping charge</h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#">Shipping</a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#">Shipping Charge</a> </li> <li class="nav-item"> <a href="#">Edit</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">Edit shipping charge</div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('user.shipping.index') . '?language=' . request()->input('language')); ?>"> <span class="btn-label"> <i class="fas fa-backward" style="font-size: 12px;"></i> </span> Back </a> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <form id="ajaxForm" class="modal-form" action="<?php echo e(route('user.shipping.update')); ?>" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" value="<?php echo e($shipping->id); ?>" name="shipping_id"> <div class="form-group"> <label for="">Title **</label> <input type="text" class="form-control" name="title" value="<?php echo e($shipping->title); ?>" placeholder="Enter title"> <p id="errtitle" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">Sort Text **</label> <input type="text" class="form-control" name="text" value="<?php echo e($shipping->text); ?>" placeholder="Enter text"> <p id="errtext" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">Charge (<?php echo e($userBs->base_currency_symbol); ?>) **</label> <input type="text" class="form-control ltr" name="charge" value="<?php echo e($shipping->charge); ?>" placeholder="Enter charge"> <p id="errcharge" 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" id="submitBtn" class="btn btn-success">Update</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/webstoremaker/public_html/resources/views/user/item/shop_setting/edit.blade.php ENDPATH**/ ?>