File manager - Edit - /home/linknsbh/rassudr.online/storage/framework/views/d13c97e7e6a1a19f842d6c82b4e81d9d9ae5ae3f.php
Back
<div class="modal fade" id="editModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e(__('Edit Withdraw Payment Method')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form id="updateWithdrawForm" class="modal-form" action="<?php echo e(route('admin.withdrawal.update.payment')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" id="in_id" name="id"> <div class="form-group"> <label for=""><?php echo e(__('Name')); ?>*</label> <input type="text" id="in_name" class="form-control" name="name" placeholder="<?php echo e(__('Enter Category Name')); ?>"> <p id="editErr_name" class="mt-2 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Minimum Limit')); ?> (<?php echo e($settings->base_currency_text); ?>)*</label> <input type="number" id="in_min_limit" class="form-control" name="min_limit" placeholder="<?php echo e(__('Enter Withdraw Minimum Limit')); ?>"> <p id="editErr_min_limit" class="mt-1 mb-0 text-danger em"></p> <p id="editErr_limit_amount" class="text-danger"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Maximum Limit')); ?> (<?php echo e($settings->base_currency_text); ?>)*</label> <input type="number" id="in_max_limit" class="form-control" name="max_limit" placeholder="<?php echo e(__('Enter Withdraw Maximum Limit')); ?>"> <p id="editErr_max_limit" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Fixed Charge')); ?></label> <input type="number" id="in_fixed_charge" class="form-control" name="fixed_charge" placeholder="<?php echo e(__('Enter Fixed Charge')); ?>"> <p class="mt-1 mb-0 text-warning"><?php echo e(__('Value must be less then (Minimum Limit) amount.')); ?></p> <p id="editErr_fixed_charge" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Percentage Charge')); ?></label> <input type="number" id="in_percentage_charge" class="form-control" name="percentage_charge" placeholder="<?php echo e(__('Enter Percentage Charge')); ?>"> <p id="editErr_percentage_charge" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Status')); ?>*</label> <select name="status" id="in_status" class="form-control"> <option selected="" disabled=""><?php echo e(__('Select a Status')); ?></option> <option value="1"><?php echo e(__('Active')); ?></option> <option value="0"><?php echo e(__('Deactive')); ?></option> </select> <p id="editErr_status" class="mt-1 mb-0 text-danger em"></p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal"> <?php echo e(__('Close')); ?> </button> <button id="updateWithdrawBtn" type="button" class="btn btn-primary btn-sm"> <?php echo e(__('Update')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/linknsbh/rassudr.online/resources/views/admin/withdraw/edit.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.7 |
proxy
|
phpinfo
|
Settings