OwlCyberSecurity - MANAGER
Edit File: 4be5db7239ee9f2ddcae536c00295b6aa2ef6886.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="<?php echo e(asset('images/favicon.ico')); ?>"> <title><?php echo $__env->yieldContent('title'); ?></title> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" /> <!-- Bootstrap --> <link href="<?php echo e(asset('app/css/font-awesome.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('css/bootstrap.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/style.css')); ?>" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('css/tabs.css')); ?>"> <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 rel="stylesheet" type="text/css" href="<?php echo e(asset('file_upload/bootstrap-fileupload.min.css')); ?>"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.0&appId=182578402352683&autoLogAppEvents=1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- 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 --> </head> <body style="font-family: 'Niramit', sans-serif;"> <style> @media (max-width: 978px) { .nopaddingsmall { padding: 0px!important; } nav.navbar.bootsnav ul.nav > li > a{ color: whitesmoke; } .forceLogo{float: right!important; margin-top: -8px;} } </style> <nav class="navbar navbar-default navbar-mobile navbar-sidebar bootsnav"> <div class="container"> <!-- Start Header Navigation --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu"> <i class="fa fa-bars"></i> </button> <a class="navbar-brand" href="<?php echo e(route('/')); ?>"><img src="<?php echo e(asset('images/logo.png')); ?>" class="logo forceLogo" alt=""></a> </div> <!-- End Header Navigation --> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbar-menu"> <!-- Start Menu --> <ul class="nav navbar-nav" data-in="fadeInDown" data-out="fadeOutUp"> <li class="dropdown" style="background: transparent!important;"> <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="img-circle img-responsive" style="max-height: 50px; float: left; position: relative; z-index: 99999; margin-right: 10px;" alt="Avatar"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" style="background: transparent!important;"><span class="text-uppercase"><?php echo e(currentUser()->full_name); ?></span> </a> <ul class="dropdown-menu" style="background: transparent!important;"> <li><a href="<?php echo e(route('/account/index')); ?>">My Portal</a></li> <li><a href="<?php echo e(route('/account/update_profile')); ?>">Update Profile</a></li> <li><a href="<?php echo e(route('/logout')); ?>">Logout</a></li> </ul> </li> <br> <li class="text-success"><strong>NAVIGATION</strong></li> <li> <a href="<?php echo e(route('/')); ?>"> <i class="fa fa-home"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">Homepage</span> <span class="selected"></span> </a> </li> <li class=""> <a href="<?php echo e(route('/account/index')); ?>"> <i class="fa fa-tachometer"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">Dashboard</span> <span class="selected"></span> </a> </li> <?php if(currentUser()->subscription_status=='1'): ?> <?php $url = currentUser()->sub->category; ?> <li> <a href="<?php echo e(route("/predictions/$url")); ?>"> <i class="fa fa-diamond"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">Your VIP Games</span> <span class="selected"></span> </a> </li> <?php if(currentUser()->sub->category=='Weekend'): ?> <li> <a href="<?php echo e(route("/predictions/Regular")); ?>"> <i class="fa fa-check-square"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">View Regular Tips</span> <span class="selected"></span> </a> </li> <?php endif; ?> <?php endif; ?> <li> <a href="<?php echo e(route('/account/update_profile')); ?>"> <i class="fa fa-edit"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">Edit Profile</span> <span class="selected"></span> </a> </li> <li class="text-success"><strong>SUBSCRIPTIONS</strong></li> <li class="<?php echo $__env->yieldContent('vip'); ?>"> <a href="<?php echo e(route('/vip')); ?>"> <i class="fa fa-th-list"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">VIP Plans</span> <span class="selected"></span> </a> </li> <li> <a href="<?php echo e(route('/account/make_payment')); ?>"> <i class="fa fa-money"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">Make Payment</span> <span class="selected"></span> </a> </li> <li></li> <li class="text-success"><strong>TIPS STORES</strong></li> <li> <a href="<?php echo e(route('/tips_store')); ?>"> <i class="fa fa-cart-plus"></i> <i class="fa fa-caret-right pull-right"></i> <span class="menu-text">FREE STORES</span> <span class="selected"></span> </a> </li> </ul> <!-- End Menu --> <!-- Start Share --> <div class="share"> <ul> <li><a href="https://www.facebook.com/betloadedtips/" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="#"><i class="fa fa-twitter"></i></a></li> </ul> </div> <!-- End Share --> </div><!-- /.navbar-collapse --> </div> </nav> <section> <div class="container-fluid" style="background: #000; border-bottom: 3px dashed #060;"> <div class="row"> <div class="col-sm-12" style="margin-top: 20px;"> <br><br> <div id="cssmenu"> <ul> <li class="active"><a href="#"><?php echo $__env->yieldContent('title'); ?></a></li> <li><a href="<?php echo e(route('/')); ?>"><i class="fa fa-home"></i> Home</a></li> </ul> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-sm-12 nopaddingsmall"> <?php echo $__env->make('partials.topAds', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->yieldContent('body'); ?> </div> </div> </div> </section> <section> <footer> <div class="footer" id="footer" style="background: url('<?php echo e(asset('images/bg/dark-green11.jpg')); ?>') no-repeat; background-size: cover;"> <div class="container-fluid"> <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;"> Betloaded 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="https://www.facebook.com/betloadedtips/" target="_blank"> <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> </section> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="<?php echo e(asset('app/js/1.11.2.jquery.min.js')); ?>"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="<?php echo e(asset('app/js/bootstrap.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('sweetalert/sweetalert.min.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('file_upload/bootstrap-fileupload.js')); ?>"></script> <?php echo $__env->yieldContent('levelJS'); ?> </body> </html>