⚝
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 :
520c09fba706d0cc44082ff068c833a7778da42c.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(__('Edit Roles')); ?></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="" action="<?php echo e(route('admin.role.update')); ?>" method="POST"> <?php echo csrf_field(); ?> <input id="inrole_id" type="hidden" name="role_id" value=""> <div class="form-group"> <label for=""><?php echo e(__('Name')); ?> **</label> <input id="inname" class="form-control" name="name" placeholder="<?php echo e(__('Enter name')); ?>"> <p id="eerrname" class="mb-0 text-danger em"></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(__('Save Changes')); ?></button> </div> </div> </div> </div> <?php /**PATH /home/1152718.cloudwaysapps.com/cxvqucrmbq/public_html/resources/views/admin/role/edit.blade.php ENDPATH**/ ?>