OwlCyberSecurity - MANAGER
Edit File: cf3bdddc0c8856b722e397370914fd5a0cb8b058.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('css/bootstrap.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" style="background-color: #000; padding: 10px 1px 2px 1px;"> <div class="col-xs-3 col-sm-2"> <a href="<?php echo e(route('/vip')); ?>"><button class="btn btn-sm btn-primary">Sportpesa Tips</button></a> </div> <div class="col-xs-6 col-sm-8"> <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 class="col-xs-3 col-sm-2 text-right"> <?php if(currentUser()): ?> <div class="btn-group dropdown dropleft" style="margin-left: 10px; margin-right: 10px;"> <button type="button" class="btn btn-danger btn-sm">ACCOUNT</button> <button type="button" class="btn btn-danger btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu dropdown-menu-right" style="z-index: 999999;"> <li><a href="<?php echo e(route('/my_pesa/index')); ?>"><i class="fa fa-user"></i> Profile</a></li> <li><a href="<?php echo e(route('/my_pesa/update_profile')); ?>"><i class="fa fa-edit"></i> Update Profile</a></li> <li role="separator" class="divider"></li> <li><a href="<?php echo e(route('/logout')); ?>"><i class="fa fa-sign-out"></i> Logout</a></li> </ul> </div> <?php else: ?> <a href="<?php echo e(route('/login')); ?>"><button class="btn btn-danger btn-sm"><i class="fa fa-sign-in"></i> LOGIN</button></a> <?php endif; ?> </div> </div> </div> <div class="container-fluid" style="margin-top: 15px; margin-bottom: 15px;"> <div class="row"> <div class="col-sm-3" style="display: flex; justify-content: center; align-items: center; margin-top: 10px; margin-bottom: 10px;"> <a href="<?php echo e(route('/')); ?>"><img src="<?php echo e(asset('images/sportpesa.png')); ?>" class="logo img-responsive" style="max-height: 60px; margin-top: 15px;" alt=""></a> </div> <div class="col-sm-5" style="text-align: center; border-left: 1px solid white; background: white; padding: 5px 5px;"> <h1>Home of Soccer Predictions</h1> <p style="font-size: 20px; color: #2E86C1; margin-top: -5px;"> Best place to enjoy daily winning in soccer! <br> Visit our website daily for accurate predictions</p> </div> <div class="col-sm-4" style=""> <?php $ad = \App\Sportpesa\Modules\Ad\Model\Ad::where('position', 'header')->where('status', '0')->first(); ?> <?php if(isset($ad)): ?> <center><a href="<?php echo e($ad->website); ?>" target="_blank"><img src="<?php echo e($path); ?>/ads/<?php echo e($ad->ads_image); ?>" alt="" class="img-responsive"></a></center> <?php endif; ?> </div> </div> </div> <div class="navbar-wrapper stick_header"> <div class="container-fluid"> <div class="row"> <nav class="navbar navbar-default" role="navigation" style="background: #ffcdd2;"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="<?php echo $__env->yieldContent('home'); ?>"><a href="<?php echo e(route('/')); ?>">HOME</a></li> <li class="<?php echo $__env->yieldContent('plans'); ?>"><a href="<?php echo e(route('/vip')); ?>">VIP PLANS</a></li> <li class="<?php echo $__env->yieldContent('testimonials'); ?>"><a href="<?php echo e(route('/recent_winnings')); ?>">TESTIMONIALS</a></li> <li class="<?php echo $__env->yieldContent('howTo'); ?>"><a href="<?php echo e(route('/how-to-join')); ?>">HOW TO JOIN</a></li> <li class="<?php echo $__env->yieldContent('freeTips'); ?>"><a href="<?php echo e(route('/free-tips')); ?>">FREE TIPS</a></li> <?php if(!currentUser()): ?> <li class="<?php echo $__env->yieldContent('register'); ?>"><a href="<?php echo e(route('/register')); ?>">REGISTER</a></li> <li class="<?php echo $__env->yieldContent('register'); ?>"><a href="<?php echo e(route('/login')); ?>">LOGIN</a></li> <?php endif; ?> <li class="<?php echo $__env->yieldContent('contact'); ?>"><a href="<?php echo e(route('/contact-us')); ?>">HELP</a></li> </ul> </div><!-- /.navbar-collapse --> </nav> </div> </div><!-- container --> </div><!-- /.navbar-wrapper --> <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-responsive" style="max-height: 50px;" alt=""> <br> <img src="<?php echo e(asset('images/sectigo_trust_seal_lg_140x54.png')); ?>" class="img-responsive" style="max-height: 50px;" alt=""> </center> </div> <div class="col-sm-3 col-xs-6"> <h5>Contact Us</h5> <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="<?php echo e(route('/contact-us')); ?>"><button type="button" class="btn btn-default">Send Us A Message</button></a> </ul> </div> <div class="col-sm-2 col-xs-6"> <h5>Quick Links</h5> <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"> <h5>Useful Links</h5> <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"> <h5>Secure Payments</h5> <center> <img src="<?php echo e(asset('images/paypal-payments.png')); ?>" class="img-responsive" 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('script/jquery.js')); ?>"></script> <script src="<?php echo e(asset('script/bootstrap.min.js')); ?>"></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 src="<?php echo e(asset('bootsnav/js/bootsnav.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).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>