OwlCyberSecurity - MANAGER
Edit File: plan.blade.php
@extends('layouts.master') @section('title') Sportpesa Tips @endsection @section('tag') <meta name="description" content="" /> @endsection @section('levelCSS') @endsection @section('plans') active @endsection @section('body') <!-- page title & breadcrumbs start --> @include('partials.breadcrumb', ['title'=>'Sportpesa Tips']) <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> @if(session()->has('error')) <div class="alert alert-warning"><h5>{!! session()->get('error') !!}</h5></div> @endif <div class="col-sm-12"> <h3 class="text-primary">PREMIUM PLAN</h3> <p>Consist of 3 MULTBETS with a total odds of 20+ daily</p> </div> @foreach($premium as $key => $value) <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <div class="col-sm-10 col-sm-offset-1"> <h3 class="text-uppercase text-primary">{{$value->planName}}</h3> </div> <div class="col-sm-12"> <h4>KSH {{number_format($value->keshPrice)}} / TSHS {{number_format($value->tshsPrice)}} / <br> {{number_format($value->cediesPrice)}} CEDIES / {{number_format($value->nairaPrice)}} NAIRA / {{number_format($value->dollarPrice)}}$<span></span></h4> </div> <div class="col-sm-10 col-sm-offset-1"> <hr style="border: 1px dashed"> <p></p> </div> <a href="{{route('/how-to-join')}}"><button class="btn btn-lg btn-danger mb10">MPESA Payment</button></a> <a href="{{route('/paypalPayment')}}/{{$value->category}}/{{$value->planName}}"><button class="btn btn-lg btn-danger mb10">PayPal Payment</button></a> </div> </div> @endforeach <div class="col-sm-12"> <h3 class="text-primary">SUPER VIP PLAN</h3> <p>Consist of 3 games of odds 3+ for serious bettors and good for daily winnings</p> </div> @foreach($super as $key => $value) <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <div class="col-sm-10 col-sm-offset-1"> <h3 class="text-uppercase text-primary">{{$value->planName}}</h3> </div> <div class="col-sm-12"> <h4>KSH {{number_format($value->keshPrice)}} / TSHS {{number_format($value->tshsPrice)}} / <br> {{number_format($value->cediesPrice)}} CEDIES / {{number_format($value->nairaPrice)}} NAIRA / {{number_format($value->dollarPrice)}}$<span></span></h4> </div> <div class="col-sm-10 col-sm-offset-1"> <hr style="border: 1px dashed"> <p></p> </div> <a href="{{route('/how-to-join')}}"><button class="btn btn-lg btn-danger mb10">MPESA Payment</button></a> <a href="{{route('/paypalPayment')}}/{{$value->category}}/{{$value->planName}}"><button class="btn btn-lg btn-danger mb10">PayPal Payment</button></a> </div> </div> @endforeach <div class="col-sm-12"> <h3 class="text-primary">HT/FT VIP PLAN</h3> {{--<p>Consist of 3 MULTBETS with a total odds of 20+ daily</p>--}} </div> @foreach($HTFT as $key => $value) <div class="col-sm-6"> <div class="col-sm-12 packageBox"> <div class="col-sm-10 col-sm-offset-1"> <h3 class="text-uppercase text-primary">{{$value->planName}}</h3> </div> <div class="col-sm-12"> <h4>KSH {{number_format($value->keshPrice)}} / TSHS {{number_format($value->tshsPrice)}} / <br> {{number_format($value->cediesPrice)}} CEDIES / {{number_format($value->nairaPrice)}} NAIRA / {{number_format($value->dollarPrice)}}$<span></span></h4> </div> <div class="col-sm-10 col-sm-offset-1"> <hr style="border: 1px dashed"> <p></p> </div> <a href="{{route('/how-to-join')}}"><button class="btn btn-lg btn-danger mb10">MPESA Payment</button></a> <a href="{{route('/paypalPayment')}}/{{$value->category}}/{{$value->planName}}"><button class="btn btn-lg btn-danger mb10">PayPal Payment</button></a> </div> </div> @endforeach <div class="col-sm-12"> <h2 class="text-danger">JACKPOT TIPS PLAN <small>(AVAILABLE TO KENYAN & TANZANIAN)</small></h2> <hr style="border: 1px dotted #000"> {{--<p>Consist of 3 MULTBETS with a total odds of 20+ daily</p>--}} </div> @foreach($mega as $key => $value) <div class="col-sm-6"> <h3 class="text-primary">MEGA JACKPOT</h3> <div class="col-sm-12 packageBox"> <div class="col-sm-10 col-sm-offset-1"> <h3 class="text-uppercase text-primary">{{$value->planName}}</h3> </div> <div class="col-sm-12"> <h4>KSH {{number_format($value->keshPrice)}} / TSHS {{number_format($value->tshsPrice)}}<span></span></h4> </div> <div class="col-sm-10 col-sm-offset-1"> <hr style="border: 1px dashed"> <p></p> </div> <a href="{{route('/how-to-join')}}"><button class="btn btn-lg btn-danger mb10">MPESA Payment</button></a> {{-- <a href="{{route('/paypalPayment')}}/{{$value->category}}/{{$value->planName}}"><button class="btn btn-lg btn-danger mb10">PayPal Payment</button></a>--}} </div> </div> @endforeach @foreach($midweek as $key => $value) <div class="col-sm-6"> <h3 class="text-primary">MID-WEEK JACKPOT</h3> <div class="col-sm-12 packageBox"> <div class="col-sm-10 col-sm-offset-1"> <h3 class="text-uppercase text-primary">{{$value->planName}}</h3> </div> <div class="col-sm-12"> <h4>KSH {{number_format($value->keshPrice)}} / TSHS {{number_format($value->tshsPrice)}}<span></span></h4> </div> <div class="col-sm-10 col-sm-offset-1"> <hr style="border: 1px dashed"> <p></p> </div> <a href="{{route('/how-to-join')}}"><button class="btn btn-lg btn-danger mb10">MPESA Payment</button></a> {{-- <a href="{{route('/paypalPayment')}}/{{$value->category}}/{{$value->planName}}"><button class="btn btn-lg btn-danger mb10">PayPal Payment</button></a>--}} </div> </div> @endforeach </div> </div> </div> </div> @endsection @section('levelJS') @endsection