⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
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 :
bcbc461fe62f5b9cc554bf01d8031dfa3627aed3.php
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>LPress | Customaizer</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <!-- Place favicon.ico in the root directory --> <!-- CSS here --> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/fontawesome-all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/fonts/flaticon/flaticon.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/font.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/default.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/style.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('customaizer/css/responsive.css')); ?>"> </head> <body class="customaizer_loader"> <!--[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <div class="loader"> <div class="fusion-slider-loading"> </div> </div> <!-- customaizer main area start --> <div class="customaizer-main-area"> <div class="container-fluid pl-0"> <div class="row"> <div class="col-lg-3 sidebar"> <div class="sidebar-area-start"> <div class="loading"> <div class="fusion-slider-loading"> </div> </div> <div class="header-top-info d-flex"> <div class="logo"> <a href="https://codecanyon.net/user/amcoders/portfolio" target="_blank"> <img src="<?php echo e(asset('customaizer/img/logo/logo.png')); ?>" alt=""></a> </div> <span><?php echo e(__('LPress')); ?></span> </div> <div class="main-sidebar-area"> <div class="sidebar_option_area"> <?php $__currentLoopData = $sidebar_options; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $section): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="#"> <div class="single-sidebar-area" onclick="section('<?php echo e($section['id']); ?>')"> <div class="sidebar-left-section"> <div class="sidebar-icon"> <span class="<?php echo e($section['icon']); ?>"></span> </div> <div class="sidebar-menu-name"> <span><?php echo e($section['name']); ?></span> </div> </div> <div class="sidebar-right-section"> <div class="sidebat-right-section"> <span class="flaticon-squares"></span> </div> </div> </div> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <input type="hidden" id="section_url" value="<?php echo e(route('admin.customaizer.section_option')); ?>"> </div> </div> </div> </div> <div class="col-lg-9 navbar_section"> <!-- navbar area start --> <div class="navbar-area-start"> <div class="row"> <div class="col-lg-4"> <div class="navbar-page-list"> <div class="page_navbar"> <div class="form-group"> <select class="form-control" id="multiple_page"> <?php $__currentLoopData = $active_theme; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option <?php echo e($page['status'] == 'active' ? 'selected' : ''); ?>><?php echo e($page['page_name']); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <input type="hidden" id="page_change_url" value="<?php echo e(route('admin.customaizer.page_change')); ?>"> </div> </div> </div> </div> <div class="col-lg-4"> <div class="display-view text-center"> <a href="#" id="mobile_device"><i class="fas fa-mobile-alt"></i></a> <a href="#" class="active" id="labtop_device"><i class="fas fa-desktop"></i></a> <a href="#" id="tablet_device"><i class="fas fa-tablet-alt"></i></a> </div> </div> <div class="col-lg-4"> <div class="navbar-live-aleart text-right"> <?php $__currentLoopData = $active_theme; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $theme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($theme['status'] == 'active'): ?> <a href="<?php echo e(asset($theme['page_url'])); ?>" target="_blank" class="site-view"> <i class="flaticon-visibility view-site"></i></a> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <span><?php echo e(__('Live')); ?></span> <div class="save-btn text-right"> <a href="#" id="save_btn" class="btn disabled">Save</a> <input type="hidden" id="save_btn_url" value="<?php echo e(route('admin.customaizer.save')); ?>"> </div> </div> </div> </div> </div> <!-- navbar area end --> <!-- website append area start --> <div class="website-append"> <?php $__currentLoopData = $active_theme; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $theme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($theme['status'] == 'active'): ?> <iframe id="myFrame" src="<?php echo e(asset($theme['page_url'])); ?>" frameborder="0"></iframe> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!-- website append area end --> </div> </div> </div> </div> <!-- customaizer main area end --> <!-- JS here --> <script src="<?php echo e(asset('customaizer/js/vendor/jquery-3.2.1.min.js')); ?>"></script> <script src="<?php echo e(asset('customaizer/js/popper.min.js')); ?>"></script> <script src="<?php echo e(asset('customaizer/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(asset('customaizer/js/jquery.nicescroll.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/js/sweetalert2.all.min.js')); ?>"></script> <script src="<?php echo e(asset('customaizer/js/main.js')); ?>"></script> <script src="<?php echo e(asset('admin/js/customaizer.js')); ?>"></script> </body> </html><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/resources/views/admin/customaizer/index.blade.php ENDPATH**/ ?>