⚝
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
/
resources
/
views
/
user
/
footer
/
View File Name :
edit_quick_link.blade.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">{{ __('Edit Quick Links') }}</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="{{ route('user.footer.update_quick_link') }}" method="post" > @csrf <input type="hidden" id="in_id" name="link_id"> <div class="form-group"> <label for="">{{ __('Title*') }}</label> <input type="text" id="in_title" class="form-control" name="title" > <p id="eerrtitle" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">{{ __('URL*') }}</label> <input type="url" id="in_url" class="form-control ltr" name="url" > <p id="eerrurl" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">{{ __('Serial Number*') }}</label> <input type="number" id="in_serial_number" class="form-control ltr" name="serial_number" > <p id="eerrserial_number" class="mt-1 mb-0 text-danger em"></p> <p class="text-warning mt-2"> <small>{{ __('The higher the serial number is, the later the quick link will be shown.') }}</small> </p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"> {{ __('Close') }} </button> <button id="updateBtn" type="button" class="btn btn-primary"> {{ __('Update') }} </button> </div> </div> </div> </div>