OwlCyberSecurity - MANAGER
Edit File: 0ccceb878e3658db7284ca67dd2c2093a7fd5ba9.php
<?php $__env->startSection('title'); ?> VIP Bet Predictions <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="Welcome to Betsloaded.com VIP Tips Center. Kindly see the current Price rate of Betsloaded VIP Plan below; Regular Tips (7+ Odds) Custom Tips (3 Odds) The custom plan is for serious bettors who stake high and need professional tips daily. We achieve a success rate of minimum 5 days correct in 7 days. This plan"> <link rel="canonical" href="https://www.betsloaded.com/vip/" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <link rel="stylesheet" href="<?php echo e(asset('css/pricing.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('plans'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <!-- page title & breadcrumbs start --> <?php echo $__env->make('partials.breadcrumb', ['title'=>'VIP Packages'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <div class="row"> <?php echo $__env->make('partials.topAds', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="col-sm-1"></div> <div class="col-sm-10"><br><br> <?php if(session()->has('error')): ?> <div class="alert alert-danger"><h5><?php echo session()->get('error'); ?></h5></div> <?php endif; ?> <h3 class="h3" style="color: black"> Kindly see the current Price rate of Betsloaded VIP Plan below;</h3> <div class="row"> <?php $regular = \App\Betloaded\Modules\Subscription\Model\Subscription::where('category', 'Regular')->get(); ?> <div class="col-sm-12"> <div class="section-title"> <h3> <span>Regular Tips (7+ Odds)</span> <br></h3> </div> <?php $__currentLoopData = $regular; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $reg): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <h3 class="text-uppercase"><?php echo e($reg->planName); ?></h3> <h4>N<?php echo e(number_format($reg->nairaPrice)); ?> / $<?php echo e(number_format($reg->dollarPrice)); ?> / KSH<?php echo e(number_format($reg->keshPrice)); ?></h4> <div class="col-sm-10 col-sm-offset-1"> <hr> <p><?php echo $reg->planBenefits; ?></p> </div> <a href="<?php echo e(route('/payment')); ?>/<?php echo e($reg->category); ?>/<?php echo e($reg->planName); ?>"><button class="btn btn-lg btn-success">Make Payment</button></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="col-sm-12"> <?php $customs = \App\Betloaded\Modules\Subscription\Model\Subscription::where('category', 'Custom')->get(); ?> <div class="section-title"> <h3> <span>Custom tips (3 odds)</span> <br></h3> <h4 style="color: black;">The custom plan is for serious bettors who stake high and need professional tips daily. We achieve a success rate of minimum 5 days correct in 7 days. This plan guarantees a weekly profit and must be treated as a serious investment.</h4> </div> <?php $__currentLoopData = $customs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $custom): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <h3 class="text-uppercase"><?php echo e($custom->planName); ?></h3> <h4>N<?php echo e(number_format($custom->nairaPrice)); ?> / $<?php echo e(number_format($custom->dollarPrice)); ?> / KSH<?php echo e(number_format($custom->keshPrice)); ?></h4> <div class="col-sm-10 col-sm-offset-1"> <hr> <p><?php echo $custom->planBenefits; ?></p> </div> <a href="<?php echo e(route('/payment')); ?>/<?php echo e($custom->category); ?>/<?php echo e($custom->planName); ?>"><button class="btn btn-lg btn-success">Make Payment</button></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="col-sm-12"> <?php $weekends = \App\Betloaded\Modules\Subscription\Model\Subscription::where('category', 'Weekend')->get(); ?> <div class="section-title"> <h3> <span>Weekend Tips (40+ Odds)</span> <br></h3> <h4 style="color: black;">Weekend Plan has 40+ odds in one ticket to be play as accumulator or 4-Fold, predictions in this category are mostly match corner bets.</h4> </div> <?php $__currentLoopData = $weekends; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $weekend): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <h3 class="text-uppercase"><?php echo e($weekend->planName); ?></h3> <h4>N<?php echo e(number_format($weekend->nairaPrice)); ?> / $<?php echo e(number_format($weekend->dollarPrice)); ?> / KSH<?php echo e(number_format($weekend->keshPrice)); ?></h4> <div class="col-sm-10 col-sm-offset-1"> <hr> <p><?php echo $weekend->planBenefits; ?></p> </div> <a href="<?php echo e(route('/payment')); ?>/<?php echo e($weekend->category); ?>/<?php echo e($weekend->planName); ?>"><button class="btn btn-lg btn-success">Make Payment</button></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="clearfix"></div> <h4 style="color: darkred;">Note: Once you subscribed to weekend plan, you will receive Silver plan tips as bonus during the duration of your subscription.</h4> <br><br> <!-- Club Media END --> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelJS'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>