⚝
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 :
51e07f913234bad187e26cf8b81f92622754d881.php
<?php $__env->startSection('content'); ?> <div class="card"> <div class="card-body"> <h4><?php echo e(__('Theme List')); ?></h4> <div class="theme-main-area"> <div class="row mt-50"> <?php $__currentLoopData = $themes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $theme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 mb-30"> <div class="single-theme text-center"> <div class="theme-img"> <img class="img-fluid" src="<?php echo e(asset('script/am-content/Themes/'.$theme['Text Domain'].'/'.$theme['Thumbnail'])); ?>" alt=""> </div> <div class="theme-footer text-center"> <span><?php echo e($theme['Theme Name']); ?></span> </div> <div class="theme-author-version"> <span><?php echo e(__('Version')); ?>: <?php echo e($theme['Version']); ?></span> <span><?php echo e(__('Author: Amcoders')); ?></span> </div> <div class="theme-actions mt-3"> <?php if($theme['status'] == 'deactive'): ?> <a href="<?php echo e(route('admin.theme.active',$theme['Text Domain'])); ?>"><i class="fa fa-check-circle"></i> <?php echo e(__('Active')); ?></a> <?php endif; ?> <a href="<?php echo e(route('admin.customaizer.index')); ?>"><i class="fa fa-check-circle"></i> <?php echo e(__('Customize')); ?></a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="new_theme" 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 Theme')); ?></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.theme.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/theme/index.blade.php ENDPATH**/ ?>