OwlCyberSecurity - MANAGER
Edit File: fed92116d6a31c48ae16f6aaf0a4190fcefc8a36.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><?php echo $__env->yieldContent('title'); ?> - Sportspesa Tips</title> <meta name="author" content="Technica Solutions"> <?php echo $__env->yieldContent('tag'); ?> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" /> <!-- Favicons --> <link rel="icon" href="<?php echo e(asset('images/favicon.jpg')); ?>"> <link href="https://fonts.googleapis.com/css?family=Doppio+One|Monda|Philosopher" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Concert+One|Mukta|Staatliches" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet"> <link href="<?php echo e(asset('new/css/bootstrap.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/animate.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/font-awesome.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/style.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/owl.carousel.css')); ?>" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('select2/css/select2.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('sweetalert/sweetalert.css')); ?>"> <link href="<?php echo e(asset('css/responsive.css')); ?>" rel="stylesheet"> <!--Style Css--> <?php echo $__env->yieldContent('levelCSS'); ?> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body style="font-family: 'Mukta', sans-serif; background: #EBEDEF!important;"> <style> .marquee { margin: 0 auto; width: 100%; color: #fff; font-size: 15px; } </style> <!--main-container--> <div class="main-container"> <div class="container-fluid"> <div class="row justify-content-center" style="background-color: #000; padding: 10px 1px 2px 1px;"> <div class="col-sm-10"> <div class="marquee"> <h5 class="text-warning" style="margin-top: 5px;"><marquee behavior="scroll" direction="left"> <?php $text = \App\Sportpesa\Modules\Textslider\Model\Textslider::latest()->first(); ?> <?php if(isset($text)): ?> <?php echo e($text->mainText); ?> <?php endif; ?> </marquee> </h5> </div> </div> </div> </div> <nav class="navbar navbar-expand-md navbar-dark sticky-top bg-drk" style="background-color: #052f5f"> <div class="container-fluid"> <a class="navbar-brand" href="<?php echo e(route('/')); ?>"> <img src="<?php echo e(asset('images/sportpesa.png')); ?>" alt="Sportspesatips" style="max-height: 40px;" class="img-fluid"> </a> <div style="display: flex; justify-content: space-between; align-items: center"> <?php if(currentUser()): ?> <a href="<?php echo e(route('/my_pesa/index')); ?>"><button class="btn d-md-none d-sm-block btn-sm btn-primary mr-2 orde-lg-last" type="button"><i class="fa fa-user"></i> Account</button></a> <?php else: ?> <a href="<?php echo e(route('/login')); ?>"><button class="btn d-md-none d-sm-block btn-sm btn-primary mr-2 orde-lg-last" type="button"><i class="fa fa-sign-in"></i> LOGIN</button></a> <?php endif; ?> <button class="navbar-toggler" style="border: none;" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <img src="<?php echo e(asset('images/chart.png')); ?>" alt=""> </button> </div> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto mr-5"> <li class="nav-item <?php echo $__env->yieldContent('home'); ?>"> <a class="nav-link" href="<?php echo e(route('/')); ?>">Home</a> </li> <li class="nav-item <?php echo $__env->yieldContent('plans'); ?>"> <a class="nav-link" href="<?php echo e(route('/vip')); ?>">VIP Packages</a> </li> <li class="nav-item <?php echo $__env->yieldContent('testimonials'); ?>"> <a class="nav-link" href="<?php echo e(route('/recent_winnings')); ?>">Testimonials</a> </li> <li class="nav-item <?php echo $__env->yieldContent('howTo'); ?>"> <a class="nav-link" href="<?php echo e(route('/how-to-join')); ?>">How to Join</a> </li> <li class="nav-item <?php echo $__env->yieldContent('freeTips'); ?>"> <a class="nav-link" href="<?php echo e(route('/free-tips')); ?>">Free Tips</a> </li> <li class="nav-item <?php echo $__env->yieldContent('contact'); ?>"> <a class="nav-link" href="<?php echo e(route('/contact-us')); ?>">Contact Us</a> </li> </ul> <ul class="navbar-nav ml-auo"> <?php if(!currentUser()): ?> <li class="nav-item d-none d-md-block"> <a class="nav-link" href="<?php echo e(route('/login')); ?>"><button class="btn btn-sm btn-primary btn-block"><i class="fa fa-sign-in"></i> LOGIN</button></a> </li> <li class="nav-item"> <a class="nav-link" href="<?php echo e(route('/register')); ?>"><button class="btn btn-sm btn-danger btn-block"><i class="fa fa-user-plus"></i> REGISTER</button></a> </li> <?php else: ?> <li class="nav-item"> <a class="nav-link" href="<?php echo e(route('/my_pesa/index')); ?>"> <button class="btn btn-sm btn-success btn-block"><i class="fa fa-user"></i> My Account</button> </a> </li> <?php endif; ?> </ul> </div> </div> </nav> <style> @media (max-width: 978px) { .nopaddingsmall { padding: 0px!important; } nav.navbar.bootsnav ul.nav > li > a{ color: whitesmoke; } .myTableSmall{ font-size: 11px!important; } .forceMobile{ padding: 0px!important; margin: 10px 0px 0px 0px!important; width: 100%!important; } .footerLogo{margin-top: 0px!important;} .hideMeSmall{display: none!important} .newEmbed{ height: 380px!important; } } .footerLogo{margin-top: 50px;} .newEmbed{ width: 100%;; } .blink_text { animation: blink 2s infinite; } @keyframes blink{ 0% {opacity: 1.0;} 50% {opacity: 0.0;} 100% {opacity: 1.0;} } </style> <?php echo $__env->yieldContent('body'); ?> </div> <!--main-container--> <footer id="myFooter"> <div class="container"> <div class="row"> <div class="col-sm-2 col-xs-6"> <center> <br> <img src="<?php echo e(asset('images/sportpesa.png')); ?>" class="footerLogo img-fluid" style="max-height: 50px;" alt=""> <br> <img src="<?php echo e(asset('images/sectigo_trust_seal_lg_140x54.png')); ?>" class="img-fluid" style="max-height: 50px;" alt=""> </center> </div> <div class="col-sm-3 col-xs-6"> <div class="footer-title"> <h5>Contact Us</h5> </div> <ul> <li><a href="#">WhatsApp: <strong>+254743322873</strong></a></li> <li><a href="#">Call: <strong>+254714497853</strong></a></li> <li><a href="#"><i class="fa fa-envelope"></i>: <strong>soccabet6@gmail.com</strong></a></li> <a href="https://wa.link/n9htix"><button type="button" class="btn btn-success"> <i class="fa fa-whatsapp"></i> Send Us Message </button> </a> </ul> </div> <div class="col-sm-2 col-xs-6"> <div class="footer-title"> <h5>Quick Links</h5> </div> <ul> <li><a href="<?php echo e(route('/')); ?>">Homepage</a></li> <li><a href="<?php echo e(route('/vip')); ?>">Sportpesa Tips</a></li> <li><a href="<?php echo e(route('/how-to-join')); ?>">How to Join</a></li> <li><a href="<?php echo e(route('/free-tips')); ?>">Free Tips</a></li> <li><a href="<?php echo e(route('/vip')); ?>">VIP Plans</a></li> <?php if(currentUser()): ?> <li><a href="<?php echo e(route('/my_pesa/index')); ?>">My Account</a></li> <?php else: ?> <li><a href="<?php echo e(route('/register')); ?>">Register</a></li> <?php endif; ?> </ul> </div> <div class="col-sm-2 col-xs-6"> <div class="footer-title"> <h5>Useful Links</h5> </div> <ul> <li><a href="<?php echo e(route('/about-us')); ?>">About Us</a></li> <li><a href="<?php echo e(route('/privacy_policy')); ?>">Privacy Policy</a></li> <li><a href="<?php echo e(route('/faqs')); ?>">FAQs</a></li> <li><a href="<?php echo e(route('/terms-and-conditions')); ?>">Terms & Conditions</a></li> <li><a href="<?php echo e(route('/disclaimer')); ?>">Disclaimer</a></li> <li><a href="<?php echo e(route('/cookie_policy')); ?>">Cookie Policy</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-title"> <h5>Secure Payments</h5> </div> <center> <img src="<?php echo e(asset('images/paypal-payments.png')); ?>" class="img-fluid" alt=""> </center> </div> </div> </div> <div class="footer-copyright"> <p>Developed by <a href="https://www.technica.com.ng" target="_blank" style="color: chartreuse">Technica Solutions</a> </p> </div> </footer> <script src="<?php echo e(asset('new/js/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('new/js/popper.js')); ?>"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script type="text/javascript" src="<?php echo e(asset('sweetalert/sweetalert.min.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('script/tabMain.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('script/native.js')); ?>"></script> <script src="<?php echo e(asset('script/owl.carousel.min.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('region_selector/jquery.crs.min.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('select2/js/select2.min.js')); ?>"></script> <script> $(document).ready(function () { $('.select2').select2({ placeholder: 'Select country' }); }); </script> <!--Owl-Carousel Js--> <?php echo $__env->yieldContent('levelJS'); ?> <script> $(document).on('click', '.date-toggle', function () { var id = $(this).data('id'); // handle active state $('.date-toggle').removeClass('active'); $('.tip-wrapper-inner').removeClass('active'); $('.tip-wrapper-inner').hide(); $(this).addClass('active'); $('#'+id).fadeIn(); }); // $(document).ready(function () { // // // Define the menu we are working with // var menu = $('.navbar.navbar-default.navbar-inverse'); // // // Get the menus current offset // var origOffsetY = menu.offset().top; // // /** // * scroll // * Perform our menu mod // */ // function scroll() { // // // Check the menus offset. // if ($(window).scrollTop() >= origOffsetY) { // // //If it is indeed beyond the offset, affix it to the top. // $(menu).addClass('navbar-fixed-top'); // // } else { // // // Otherwise, un affix it. // $(menu).removeClass('navbar-fixed-top'); // // } // } // // // Anytime the document is scrolled act on it // document.onscroll = scroll; // // }); </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5c520894ab5284048d0fa33f/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> </body> </html>