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 :
65ae3f19cb761dbd7e5a97adc787a204d50b1a04.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 if($userBs->theme == 'home_eleven'): ?> <?php echo e(__('Edit Donor')); ?> <?php else: ?> <?php echo e(__('Edit Brand')); ?> <?php endif; ?> </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.home_page.brand_section.update_brand')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" id="in_id" name="brand_id"> <div class="form-group"> <div class="col-12 mb-2"> <label for="image"><strong><?php echo e(__('Background Image')); ?></strong></label> </div> <div class="col-md-12 showEditImage mb-3"> <img src="" alt="..." class="brand-img img-thumbnail"> </div> <input type="file" name="brand_img" id="edit_image" class="form-control image"> <p id="eerrbrand_img" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <?php if($userBs->theme == 'home_eleven'): ?> <label for=""><?php echo e(__('Donor\'s URL*')); ?></label> <?php else: ?> <label for=""><?php echo e(__('Brand\'s URL*')); ?></label> <?php endif; ?> <input type="url" id="in_brand_url" class="form-control ltr" name="brand_url" placeholder="<?php echo e(__('Enter Brand URL')); ?>"> <p id="eerrbrand_url" class="mt-2 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Serial Number*')); ?></label> <input type="number" id="in_serial_number" class="form-control ltr" name="serial_number" placeholder="<?php echo e(__('Enter Serial Number')); ?>"> <p id="eerrserial_number" class="mt-2 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 brand 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/business/public_html/resources/views/user/home/brand_section/edit.blade.php ENDPATH**/ ?>
Save