OwlCyberSecurity - MANAGER
Edit File: 8f8f1f12b2921e29e0dc92a2d7e213acb8eac7e9.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'); ?></title> <meta name="author" content="Technica Solutions"> <meta name="msvalidate.01" content="2FA0F3C006FA566F9525C8476DE62500" /> <?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.ico')); ?>"> <link href="https://fonts.googleapis.com/css?family=Doppio+One|Monda|Philosopher" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Acme|Chakra+Petch|KoHo|Niramit|Roboto|Rubik" 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('bootsnav/css/animate.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('bootsnav/css/bootsnav.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('bootsnav/css/style.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/responsive.css')); ?>" rel="stylesheet"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1153412532464167", enable_page_level_ads: true }); </script> <!--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]--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-105776347-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-105776347-1'); </script> <!-- Histats.com START (aync)--> <script type="text/javascript">var _Hasync= _Hasync|| []; _Hasync.push(['Histats.start', '1,3786095,4,0,0,0,00010000']); _Hasync.push(['Histats.fasi', '1']); _Hasync.push(['Histats.track_hits', '']); (function() { var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true; hs.src = ('//s10.histats.com/js15_as.js'); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); })();</script> <noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?3786095&101" alt="javascript hit counter"border="0"></a></noscript> <!-- Histats.com END --> <link rel="manifest" href="/manifest.json" /> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(function() { OneSignal.init({ appId: "9b0526a0-6a8d-4d10-9db6-788b68ed88ff", autoRegister: true, notifyButton: { enable: true, }, }); }); </script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2802763650411765", enable_page_level_ads: true }); </script> </head> <body style="font-family: 'Niramit', sans-serif; background: white!important;"> <!--main-container--> <div class="main-container"> <!-- /.header start --> <nav class="navbar navbar-default navbar-fixed navbar-mobile navbar-transparent bootsnav" style="z-index: 99; background: whitesmoke; border-bottom: 2px solid #060"> <!-- Start Top Search --> <div class="top-search"> <div class="container"> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <form action="<?php echo e(route('/login')); ?>" method="POST"> <div class="form-group col-sm-5"> <input type="text" class="form-control top-form" required name="email" autofocus placeholder="Email or Phone Number"> </div> <div class="form-group col-sm-5"> <input type="password" class="form-control top-form" name="password" required placeholder="Password"> </div> <?php echo e(csrf_field()); ?> <div class="form-group col-sm-2"> <button type="submit" class="btn btn-success btn-block">Login</button> </div> </form> </div> </div> </div> </div> <!-- End Top Search --> <div class="container"> <!-- Start Atribute Navigation --> <div class="attr-nav"> <ul> <?php if(currentUser()): ?> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" > <i class="fa fa-user" style="color: #060"></i> <span class="badge"><i class="fa fa-lock"></i></span> </a> <ul class="dropdown-menu cart-list"> <li> <a href="#" class="photo"><img src="<?php if(currentUser()->passport): ?> <?php echo e($localPath); ?>/users/<?php echo e(currentUser()->passport); ?> <?php else: ?> <?php echo e($localPath); ?>/avatar.png <?php endif; ?>" class="cart-thumb img-circle" alt="" /></a> <h6><a href="#"><?php echo e(currentUser()->email); ?> </a></h6> <p><span class="price"><?php echo e(currentUser()->full_name); ?></span></p> </li> <li class="total"> <span class="pull-right"><strong><a href="<?php echo e(route('/logout')); ?>"><i class="fa fa-sign-out"></i> Logout</a></strong></span> <a href="<?php echo e(route('/account/index')); ?>" class="btn btn-primary btm-sm btn-cart">Account</a> </li> </ul> </li> <?php else: ?> <li class="search"> <a href="#"><button class="btn btn-success btn-sm" style="margin-top: -3px;"><i class="fa fa-sign-in hideMeSmall"></i> LOGIN</button></a></li> <?php endif; ?> </ul> </div> <!-- End Atribute Navigation --> <!-- Start Header Navigation --> <div class="navbar-header"> <button type="button" class="navbar-toggle" style="background: transparent!important;" data-toggle="collapse" data-target="#navbar-menu"> <i class="fa fa-bars" style="color: #060; margin-top: 5px;"></i> </button> <a class="navbar-brand" href="<?php echo e(route('/')); ?>"> <img src="<?php echo e(asset('images/logo.png')); ?>" class="logo logo-display animate zoomIn" alt=""> <img src="<?php echo e(asset('images/logo.png')); ?>" class="logo logo-scrolled" alt=""> </a> </div> <!-- End Header Navigation --> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbar-menu"> <ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp"> <li class="<?php echo $__env->yieldContent('home'); ?>"><a href="<?php echo e(route('/')); ?>"> HOME</a></li> <li class="<?php echo $__env->yieldContent('stores'); ?>"><a href="<?php echo e(route('/tips_store')); ?>">TIPS STORE</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('about'); ?>"><a href="<?php echo e(route('/about')); ?>">ABOUT US</a></li> <li class="<?php echo $__env->yieldContent('about'); ?>"><a href="<?php echo e(route('/register')); ?>">REGISTER</a></li> <li class="<?php echo $__env->yieldContent('blog'); ?>"><a href="<?php echo e(route('/blog')); ?>">BLOG</a></li> <li class="<?php echo $__env->yieldContent('contact'); ?>"><a href="https://www.betsloaded.com/blog/betkingcom-registration-login-payout-deposit-bonus-and-other-exciting-offers">BETKING</a></li> </ul> </div><!-- /.navbar-collapse --> </div> </nav> <!--header end--> <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; } .logo{margin-top: -10px;} .hideMeSmall{display: none!important} .newEmbed{ height: 380px!important; } } .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'); ?> <?php if(!isset($doNot)): ?> <div class="container"> <div class="row"> <div class="col-sm-12"> <center> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-1153412532464167" data-ad-slot="4857377809"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </center> </div> </div> </div> <?php endif; ?> <footer> <div class="footer" id="footer" style="background: url('<?php echo e(asset('images/bg/dark-green11.jpg')); ?>') no-repeat #021c1e; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-sm-3"> <img src="<?php echo e(asset('images/logo.png')); ?>" class="img-responsive" style="max-height: 60px;" alt="footer logo"> <span>Email Address</span> <p>info@betsloaded.com</p> <span>SMS/Whatsapp Only</span> <p>+234 815 741 7111</p> <span>Call Only</span> <p>+234 810 778 8878</p> </div> <div class="col-sm-3"> <h3> Main Links </h3> <ul> <li> <a href="<?php echo e(route('/')); ?>"> Homepage <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/tips_store')); ?>"> Tips Store <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/vip')); ?>"> VIP Plans <i class="pull-right fa fa-caret-right"></i> </a> </li> <?php if(!currentUser()): ?> <li> <a href="<?php echo e(route('/register')); ?>"> Register <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/login')); ?>"> Login <i class="pull-right fa fa-caret-right"></i> </a> </li> <?php else: ?> <li> <a href="<?php echo e(route('/account/index')); ?>"> My Account <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/logout')); ?>"> Logout <i class="pull-right fa fa-caret-right"></i> </a> </li> <?php endif; ?> </ul> </div> <div class="col-sm-3"> <h3> Site Information </h3> <ul> <li> <a href="<?php echo e(route('/about')); ?>"> About Us <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/terms')); ?>"> Terms & Condition <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/faq/')); ?>"> FAQs <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/disclaimer/')); ?>"> Disclaimer <i class="pull-right fa fa-caret-right"></i> </a> </li> <li> <a href="<?php echo e(route('/contact-us')); ?>"> Contact Us <i class="pull-right fa fa-caret-right"></i> </a> </li> </ul> </div> <div class="col-sm-3"> <p style="line-height: 20px; margin-top: 40px; text-align: justify; margin-bottom: 15px;"> Betsloaded is a Prediction Portal that provides football predictions, tips & analysis based on algorithms, detailed analysis, betting tips, forms and statistics, the latest results on a huge range sports. </p> <ul class="social"> <li> <a href="#"> <i class=" fa fa-facebook"> </i> </a> </li> <li> <a href="#"> <i class="fa fa-twitter"> </i> </a> </li> </ul> </div> </div> <!--/.row--> </div> <!--/.container--> </div> <!--/.footer--> <div class="footer-bottom"> <div class="container"> <p class="pull-left"> Designed by <a href="https://technica.com.ng" style="color: chartreuse">Technica Solutions</a> </p> <div class="pull-right"> <ul class="nav nav-pills payments"> <li><i class="fa fa-cc-visa"></i></li> <li><i class="fa fa-cc-mastercard"></i></li> <li><i class="fa fa-cc-discover"></i></li> </ul> </div> </div> </div> <!--/.footer-bottom--> </footer> </div> <!--main-container--> <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'); ?> </body> </html>