⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ursites
/
public_html
/
storage
/
framework
/
views
/
View File Name :
5c348f0ecf102c079f05874ac5407f0e7e5fb2b4.php
<div class="modal fade" id="createModal" 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(__('Add Donor')); ?> <?php else: ?> <?php echo e(__('Add 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="ajaxForm" class="modal-form" action="<?php echo e(route('user.home_page.brand_section.store_brand')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <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 showImage mb-3"> <img src="<?php echo e(asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail"> </div> <input type="file" name="brand_img" id="image" class="form-control image"> <p id="errbrand_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" class="form-control ltr" name="brand_url" placeholder="<?php echo e(__('Enter Brand URL')); ?>"> <p id="errbrand_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" class="form-control ltr" name="serial_number" placeholder="<?php echo e(__('Enter Serial Number')); ?>"> <p id="errserial_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="submitBtn" type="button" class="btn btn-primary"> <?php echo e(__('Save')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/1152718.cloudwaysapps.com/cxvqucrmbq/public_html/resources/views/user/home/brand_section/create.blade.php ENDPATH**/ ?>