⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
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 :
fa82086ed0ba4f8490aa03e44bd128244e6a8cc1.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(__('Plugin List')); ?></h4> </div> <div class="col-lg-6"> <div class="add-new-btn"> </div> </div> </div> <div class="table-responsive custom-table"> <table class="table"> <thead> <tr> <th class="am-title"><?php echo e(__('Plugin')); ?></th> <th class="am-title"><?php echo e(__('Description')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $plugins; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $plugin): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($plugin['Plugin Name']); ?> <div class="hover"> <?php if($plugin['status'] == 'deactive'): ?> <a class="last" href="<?php echo e(route('admin.plugin.active',$plugin['Text Domain'])); ?>">Active</a> <?php else: ?> <a class="last" href="<?php echo e(route('admin.plugin.deactive',$plugin['Text Domain'])); ?>">Deactive</a> <?php endif; ?> </div> </td> <td> <div class="plugin-des"> <p><?php echo e($plugin['Description']); ?></p> </div> <div class="plugin-anthor-info d-flex"> <span><strong>Version:</strong><?php echo e($plugin['Version']); ?></span> <span class="last"><strong>By</strong><a target="_blank" href="<?php echo e($plugin['Author URI']); ?>"><?php echo e($plugin['Author']); ?></a></span> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> <tfoot> <tr> <th class="am-title"><?php echo e(__('Plugin')); ?></th> <th class="am-title"><?php echo e(__('Description')); ?></th> </tr> </tfoot> </table> </div> </div> </div> <div class="modal fade" id="new_plugin" 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="exampleModalCenterTitle"><?php echo e(__('Upload Plugin')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <form action="<?php echo e(route('admin.plugin.upload')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="modal-body mt-35 mb-35"> <div class="custom-form"> <div class="custom-file"> <input type="file" class="custom-file-input" name="file" id="theme_file"> <label class="custom-file-label" for="theme_file"><?php echo e(__('Choose file')); ?></label> </div> </div> </div> <div class="modal-footer"> <button type="submit" class="btn"><?php echo e(__('Install Now')); ?></button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\multipurpose_monkey\script\resources\views/admin/plugin/index.blade.php ENDPATH**/ ?>