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'); ?> - Sportpesa 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('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;"> <!--main-container--> <div class="main-container"> <div class="container"> <div class="row" style="background-color: #000; padding: 6px 1px;"> <div class="col-xs-6"> <a href="<?php echo e(route('/vip')); ?>"><button class="btn btn-sm btn-primary">SPORTPESA TIPS</button></a> </div> <div class="col-xs-6 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">LOGIN/REGISTER</button></a> <?php endif; ?> </div> </div> </div> <div class="navbar-wrapper"> <div class="container"> <div class="row"> <nav class="navbar navbar-default" role="navigation"> <!-- 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> <a class="navbar-brand" href="<?php echo e(route('/')); ?>"><img src="<?php echo e(asset('images/sportpesa.png')); ?>" class="logo img-responsive" style="max-height: 40px; margin-top: -10px;" alt=""></a> </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')); ?>">SPORTPESA TIPS</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> <li class="<?php echo $__env->yieldContent('plans'); ?>"><a href="<?php echo e(route('/vip')); ?>">VIP PLANS</a></li> <?php if(!currentUser()): ?> <li class="<?php echo $__env->yieldContent('register'); ?>"><a href="<?php echo e(route('/register')); ?>">REGISTER</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"> <center> <img src="<?php echo e(asset('images/sportpesa.png')); ?>" class="footerLogo img-responsive" style="max-height: 50px;" alt=""> </center> </div> <div class="col-sm-3"> <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"> <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> </ul> </div> <div class="col-sm-2"> <h5>Useful Links</h5> <ul> <?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> <li><a href="<?php echo e(route('/login')); ?>">Login</a></li> <?php endif; ?> <li><a href="<?php echo e(route('/about-us')); ?>">About Us</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> </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> <!--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> </body> </html>