⚝
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 :
8e854aeb2783a02e2c190d843cd72a62b3391eca.php
<?php $basic_info=LpOption('system_basic_info'); ?> <!doctype html> <html class="no-js" lang="<?php echo e(app()->getLocale()); ?>"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <?php echo SEO::generate(); ?> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset($basic_info->favicon)); ?>"> <!-- Place favicon.ico in the root directory --> <!-- CSS here --> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/owl.carousel.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/fontawesome-all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/meanmenu.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/font.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/default.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/style.css')); ?>"> <link rel="stylesheet" href="<?php echo e(theme_asset('monkey/public/css/responsive.css')); ?>"> </head> <body> <!--[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]--> <!-- header area start --> <?php echo $__env->make('theme::layouts.partials.header',['basic_info'=>$basic_info], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- header area end --> <?php echo $__env->yieldContent('content'); ?> <!-- footer area start --> <?php echo $__env->make('theme::layouts.partials.footer',['basic_info'=>$basic_info], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- footer area end --> <!-- JS here --> <script src="<?php echo e(theme_asset('monkey/public/js/vendor/jquery-3.2.1.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/popper.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/owl.carousel.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/imagesloaded.pkgd.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/jquery.meanmenu.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/sweetalert2.all.min.js')); ?>"></script> <script src="<?php echo e(theme_asset('monkey/public/js/main.js')); ?>"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-FS0SGD5EG4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-FS0SGD5EG4'); </script> <script> document.addEventListener("DOMContentLoaded", function() { // Your phone number and message const phoneNumber = "+254732045149"; const message = "Hello! I'm interested in your services."; // Create the WhatsApp button const whatsappButton = document.createElement("a"); whatsappButton.href = `https://wa.me/${phoneNumber}?text=${encodeURIComponent(message)}`; whatsappButton.target = "_blank"; whatsappButton.style.position = "fixed"; // Change to fixed whatsappButton.style.bottom = "20px"; whatsappButton.style.right = "20px"; whatsappButton.style.backgroundColor = "#25D366"; whatsappButton.style.color = "#fff"; whatsappButton.style.padding = "15px 20px"; whatsappButton.style.borderRadius = "50px"; whatsappButton.style.textDecoration = "none"; whatsappButton.style.fontFamily = "Arial, sans-serif"; whatsappButton.style.boxShadow = "0px 4px 6px rgba(0, 0, 0, 0.1)"; whatsappButton.style.zIndex = "1000"; // Ensures it stays above other elements // Create an image for the WhatsApp icon const whatsappIcon = document.createElement("img"); whatsappIcon.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappIcon.alt = "WhatsApp"; whatsappIcon.style.width = "20px"; whatsappIcon.style.marginRight = "10px"; // Append the icon and text to the button whatsappButton.appendChild(whatsappIcon); whatsappButton.appendChild(document.createTextNode("Chat on WhatsApp")); // Append the button to the body document.body.appendChild(whatsappButton); }); </script> <?php echo $__env->yieldPushContent('js'); ?> <?php if(isset($basic_info)): ?> <?php if(!empty($basic_info->propertyid)): ?> <?php echo Livechat($basic_info->propertyid); ?> <?php endif; ?> <?php endif; ?> </body> </html><?php /**PATH /home/tech/public_html/script/am-content/Themes/monkey/views/layouts/app.blade.php ENDPATH**/ ?>