⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
b82b8ae85c270039bd6e1d0090a50599d7055ba8.php
<div class="modal fade" id="createModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e($keywords['Add_Language'] ?? __('Add Language')); ?> </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="" action="<?php echo e(route('user.language.store')); ?>" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" id="image" name="" value=""> <div class="form-group"> <label for=""><?php echo e($keywords['Name'] ?? __('Name')); ?> **</label> <input type="text" class="form-control" name="name" placeholder="<?php echo e($keywords['Enter_Name'] ?? __('Enter name')); ?>" value=""> <p id="errname" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e($keywords['Code'] ?? __('Code')); ?> **</label> <input type="text" class="form-control" name="code" placeholder="<?php echo e($keywords['Enter_code'] ?? __('Enter code')); ?>" value=""> <p id="errcode" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e($keywords['Direction'] ?? __('Direction')); ?> **</label> <select name="direction" class="form-control"> <option value="" selected disabled> <?php echo e($keywords['Select_a_Direction'] ?? __('Select a Direction')); ?></option> <option value="0"><?php echo e($keywords['LTR'] ?? __('LTR')); ?> (<?php echo e($keywords['Left_to_Right'] ?? __('Left to Right')); ?>)</option> <option value="1"><?php echo e($keywords['RTL'] ?? __('RTL')); ?> (<?php echo e($keywords['Right_to_Left'] ?? __('Right to Left')); ?>)</option> </select> <p id="errdirection" 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($keywords['Close'] ?? __('Close')); ?></button> <button id="" data-form="ajaxForm" type="button" class="submitBtn btn btn-primary"><?php echo e($keywords['Submit'] ?? __('Submit')); ?></button> </div> </div> </div> </div> <?php /**PATH /home/id/public_html/resources/views/user/language/create.blade.php ENDPATH**/ ?>