⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.26
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
1df5642e4cef04611fc4dcf4d0152af63a0bad6c.php
<?php $__env->startSection('content'); ?> <div class="card" > <div class="card-body"> <div class="row mb-30"> <div class="col-lg-6"> <h4><?php echo e(__('Faqs')); ?></h4> </div> <div class="col-lg-6"> <div class="add-new-btn"> <a href="<?php echo e(route('admin.faq.create')); ?>" class="btn f-right"><?php echo e(__('Add New')); ?></a> </div> </div> </div> <div class="card-action-filter"> <form method="post" id="basicform" action="<?php echo e(route('admin.faqs.destroy')); ?>"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-lg-6"> <div class="d-flex"> <div class="single-filter"> <div class="form-group"> <select class="form-control" name="status"> <option><?php echo e(__('Select Action')); ?></option> <option value="delete"><?php echo e(__('Delete Permanently')); ?></option> </select> </div> </div> <div class="single-filter"> <button type="submit" class="btn"><?php echo e(__('Apply')); ?></button> </div> </div> </div> <div class="col-lg-6"> <div class="single-filter f-right"> <div class="form-group"> <input type="text" id="data_search" class="form-control" placeholder="Enter Value"> </div> </div> </div> </div> </div> <div class="table-responsive custom-table"> <table class="table"> <thead> <tr> <th class="am-select"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input checkAll" id="customCheck12"> <label class="custom-control-label checkAll" for="customCheck12"></label> </div> </th> <th class="am-title"><i class="far fa-image"></i></th> <th class="am-title"><?php echo e(__('Name')); ?></th> <th class="am-title"><?php echo e(__('Language')); ?></th> <th class="am-date"><?php echo e(__('Date')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $json=json_decode($post->value); ?> <tr> <th> <div class="custom-control custom-checkbox"> <input type="checkbox" name="ids[]" class="custom-control-input" id="customCheck<?php echo e($post->id); ?>" value="<?php echo e($post->id); ?>"> <label class="custom-control-label" for="customCheck<?php echo e($post->id); ?>"></label> </div> </th> <td> <img src="<?php echo e(asset($json->image)); ?>" height="50"> </td> <td> <?php echo e($json->title); ?> <div > <a href="<?php echo e(route('admin.faq.edit',$post->id)); ?>">Edit</a> </div> </td> <td> <?php echo e($post->lang); ?> </td> <td><?php echo e(__('Last Modified')); ?> <div class="date"> <?php echo e($post->updated_at->diffForHumans()); ?> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </form> <tfoot> <tr> <th class="am-select"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input checkAll" id="customCheck12"> <label class="custom-control-label checkAll" for="customCheck12"></label> </div> </th> <th class="am-title"><i class="far fa-image"></i></th> <th class="am-title"><?php echo e(__('Name')); ?></th> <th class="am-title"><?php echo e(__('Language')); ?></th> <th class="am-date"><?php echo e(__('Date')); ?></th> </tr> </tfoot> </table> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('admin/js/form.js')); ?>"></script> <script type="text/javascript"> "use strict"; //response will assign this function function success(res){ location.reload(); } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/am-content/Plugins/Faq/views/faq/index.blade.php ENDPATH**/ ?>