File manager - Edit - /home/linknsbh/linkat.online/storage/framework/views/c74d067fbac3eacfed93aa3976e14b412d696be1.php
Back
<?php $langDirection = $be->default_language_direction; if(request()->has('language')) { $language = \App\Models\Language::where('code', request('language'))->first(); if($language) { $langDirection = $language->rtl; } } if($langDirection == 1) { $langDirection = 'rtl'; } else { $langDirection = 'ltr'; } ?> <div class="modal fade" id="addModalTenantDashboardKeyword" 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(__('Add User Dashboard Keyword')); ?></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="userAddKeyword" action="<?php echo e(route('admin.language.add_keyword.user.dashboard')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="form-group"> <label for=""><?php echo e(__('Keyword') . ' **'); ?></label> <input type="text" class="form-control <?php echo e($langDirection); ?>" name="user_keyword" placeholder="<?php echo e(__('Enter Keyword')); ?>"> <p id="erruser_keyword" class="mt-1 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"> <?php echo e(__('Close')); ?> </button> <button data-form="userAddKeyword" type="submit" class="submitBtn btn btn-primary btn-sm"> <?php echo e(__('Submit')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/linknsbh/linkat.online/resources/views/admin/language/add-user-dashboard-keyword.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.49 |
proxy
|
phpinfo
|
Settings