One Hat Cyber Team
Your IP :
216.73.216.93
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
/
storage
/
framework
/
views
/
View File Name :
d1a1b3f1139660445dd1404290b3c44bd5ace990.php
<?php if(!empty($la) && $la->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form input { direction: rtl; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php if(empty($la) && $be->default_language_direction == 'rtl'): ?> <?php $__env->startSection('styles'); ?> <style> form input { direction: rtl; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Edit Keyword')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Language Management')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Edit Keyword')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Edit Language Keyword')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('user.language.index')); ?>"> <span class="btn-label"> <i class="fas fa-backward"></i> </span> <?php echo e(__('Back')); ?> </a> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-12"> <form method="post" action="<?php echo e(route('user.language.updateKeyword', $la->id)); ?>" id="langForm"> <?php echo csrf_field(); ?> <div class="row"> <?php $__currentLoopData = $languageKeywords; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $val): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-4 mt-2"> <div class="form-group"> <label class="control-label"><?php echo e(str_replace('_', ' ', $key)); ?></label> <div class="input-group"> <input type="text" value="<?php echo e($val); ?>" name="<?php echo e($key); ?>" class="form-control form-control-lg"> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button id="langBtn" type="button" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user/language/edit-keyword.blade.php ENDPATH**/ ?>