OwlCyberSecurity - MANAGER
Edit File: welcome.blade.php
@extends('layouts.master') @section('title') Sportpesa - Home of Soccer Predictions @endsection @section('tag') <meta name="description" content=""> @endsection @section('levelCSS') @endsection @section('home') active @endsection @section('body') <div class="container" style="margin-top: -20px;"> <div class="row"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> {{--<ol class="carousel-indicators">--}} {{--<li data-target="#myCarousel" data-slide-to="0" class="active"></li>--}} {{--<li data-target="#myCarousel" data-slide-to="1"></li>--}} {{--<li data-target="#myCarousel" data-slide-to="2"></li>--}} {{--</ol>--}} <!-- Wrapper for slides --> <div class="carousel-inner"> @foreach($sliderF as $key => $item) <div class="item @if($key=='0') active @endif"> <a href="{{route('/vip')}}"><img src="{{$path}}/slider/{{$item->path}}" alt="" style="width: 100%;"></a> </div> @endforeach </div> <!-- Left and right controls --> {{--<a class="left carousel-control" href="#myCarousel" data-slide="prev">--}} {{--<span class="fa fa-chevron-left"></span>--}} {{--<span class="sr-only">Previous</span>--}} {{--</a>--}} {{--<a class="right carousel-control" href="#myCarousel" data-slide="next">--}} {{--<span class="glyphicon glyphicon-chevron-right"></span>--}} {{--<span class="sr-only">Next</span>--}} {{--</a>--}} </div> </div> </div> <section> <div class="container" style="background-color: white"> <div class="clearfix"><br></div> <div class="row"> <div class="col-sm-2" style="background-color: #2E86C1; color: whitesmoke;"> <br> {{--<h3 class="myTitle">Other Links</h3>--}} {{--<hr>--}} <div class="list-group list-group-item-info"> <a href="#" class="list-group-item disabled">VIP CATEGORIES</a> <a href="{{route('/vip')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> SPORTPESA TIPS</a> <a href="{{route('/VIP/Multibet1')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> PREMIUM TIPS</a> <a href="{{route('/VIP/Super')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> SUPER VIP TIPS</a> <a href="{{route('/VIP/HTFT')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> HTFT VIP TIPS</a> <a href="{{route('/VIP/Mega')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> MEGA JACKPOT</a> <a href="{{route('/VIP/Midweek')}}" class="list-group-item"><i class="fa fa-angle-double-right"></i> MID-WEEK JACKPOT</a> </div> <br> </div> <div class="col-sm-8 nopaddingsmall" style="margin-top: 15px; margin-bottom: 15px;"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner"> @foreach($sliderS as $key => $item) <div class="item @if($key=='0') active @endif"> <img src="{{$path}}/slider/{{$item->path}}" alt="" style="width: 100%;"> </div> @endforeach </div> </div> <div class="clearfix"></div> <div class="col-sm-12" style="padding: 0px;"> <div class="col-sm-12"> <h2 class="myTitle">OUR FREE BANKERS</h2> </div> <hr style="border: 1px solid #2E86C1"> <div class="tab" role="tabpanel"> <!-- Nav tabs --> <ul class="nav nav-tabs" role="tablist"> <li role="presentation"><a href="#Section1" aria-controls="home" role="tab" data-toggle="tab">Yesterday</a></li> <li role="presentation" class="active"><a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab">Today</a></li> <li role="presentation"><a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab">Tomorrow</a></li> </ul> <!-- Tab panes --> <div class="tab-content tabs" style="color: #000!important;"> <div role="tabpanel" class="tab-pane fade in" id="Section1"> @if(count($freeYesterday)>0) <table class="table myTableSmall" style="background-color: #f8f9f9; font-size: 14px; width: 100%; margin-top: -10px;"> <tbody> <tr style="height: 9px;"> <td style="width: 8%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIME</span></td> <td style="width: 10%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">LEAG</span></td> <td style="width: 55%; height: 9px; background-color: #2E86C1; text-align: left;"><span style="color: #ffffff;">FIXTURE</span></td> <td style="width: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIP</span></td> <td style="width: 15%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">RESULT</span></td> </tr> @foreach($freeYesterday as $key => $fy) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{\Carbon\Carbon::parse($fy->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$fy->league}}</td> <td style="height: 3px; text-align: left;">{{$fy->teamOne}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{$fy->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong>{{$fy->FTRecommendation}}</strong></td> <td style="height: 3px; text-align: center;"><strong>{{$fy->teamOneScore}}@if($fy->teamOneScore!='pstp'):@endif{{$fy->teamTwoScore}}</strong></td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">No Free Banker Yesterday</div> </div> </div> @endif </div> <div role="tabpanel" class="tab-pane fade in active" id="Section2"> @if(count($freeToday)>0) <table class="table myTableSmall" style="background-color: #f8f9f9; font-size: 14px; width: 100%; margin-top: -10px;"> <tbody> <tr style="height: 9px;"> <td style="width: 8%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIME</span></td> <td style="width: 10%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">LEAG</span></td> <td style="width: 55%; height: 9px; background-color: #2E86C1; text-align: left;"><span style="color: #ffffff;">FIXTURE</span></td> <td style="width: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIP</span></td> </tr> @foreach($freeToday as $key => $ft) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{\Carbon\Carbon::parse($ft->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$ft->league}}</td> <td style="height: 3px; text-align: left;">{{$ft->teamOne}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{$ft->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong>{{$ft->FTRecommendation}}</strong></td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">Today's Tips are coming soon!</div> </div> </div> @endif </div> <div role="tabpanel" class="tab-pane fade" id="Section3"> @if(count($freeTomorrow)>0) <table class="table myTableSmall" style="background-color: #f8f9f9; font-size: 14px; width: 100%; margin-top: -10px;"> <tbody> <tr style="height: 9px;"> <td style="width: 8%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIME</span></td> <td style="width: 10%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">LEAG</span></td> <td style="width: 55%; height: 9px; background-color: #2E86C1; text-align: left;"><span style="color: #ffffff;">FIXTURE</span></td> <td style="width: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIP</span></td> </tr> @foreach($freeTomorrow as $key => $ftm) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{\Carbon\Carbon::parse($ftm->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$ftm->league}}</td> <td style="height: 3px; text-align: left;">{{$ftm->teamOne}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{$ftm->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong>{{$ftm->FTRecommendation}}</strong></td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">Check back later!</div> </div> </div> @endif </div> </div> </div> </div> </div> <div class="col-sm-2" style="padding: 0px;"> @if(currentUser()) <a href="{{route('/my_pesa/index')}}"> <div class="col-sm-12 rightBox"> <i class="fa fa-3x fa-user-secret"></i> <hr> <h3>GO TO <br> ACCOUNT</h3> </div> </a> @else <a href="{{route('/register')}}"> <div class="col-sm-12 rightBox"> <i class="fa fa-3x fa-user-plus"></i> <hr> <h3>JOIN US / <br> LOGIN</h3> </div> </a> @endif <a href=""> <div class="col-sm-12 rightBox"> <i class="fa fa-4x fa-mobile-phone"></i> <hr> <h3>PAY TO <br> <strong><span style="font-size: 20px">+254714497853</span></strong></h3> </div> </a> <a href="{{route('/contact-us')}}"> <div class="col-sm-12 rightBox"> <i class="fa fa-3x fa-headphones"></i> <hr> <h3>CUSTOMER <br> SERVICES</h3> </div> </a> </div> </div> </div> </section> <section> <div class="container"> <div class="row"> <div class="col-sm-5"> <h2 class="myTitle">HOW TO JOIN VIP</h2> <hr style="border: 1px solid #2E86C1"> <ol style="margin-left: -25px; font-size: 16px;"> <li>Create an account here <a href="">Register</a></li> <li>On your Safaricom phone go the M-PESA menu</li> <li>Select <strong>SEND MONEY</strong>.</li> <li>Enter PHONE NUMBER +254714497853</li> <img src="{{asset('images/lipa.png')}}" class="img-responsive" alt=""> <li>Enter the amount for the plan you are going for. See <a href="">Prices Here</a> <strong>Note: Do not send less than the amount of the plan otherwise, your account will not be activated.</strong></li> <li>Confirm Name <strong>VINCENT</strong></li> <li>Follow subsequent prompts to complete the transaction</li> <li>After the successful payment, send your <strong>(1) Name (2) Email Address (3) Amount Paid (4) Plan</strong> to <strong>+254743322873 (WhatsApp) or +254714497853 (SMS) or soccabet6@gmail.com</strong> </li> <li>Your account will be activated instantly and you will have access to the relevant VIP section.</li> </ol> </div> <div class="col-sm-7"> <h2 class="myTitle">FREE PREDICTION STORES</h2> <hr style="border: 1px solid #2E86C1"> <div class="row"> @include('partials.stores') </div> </div> </div> </div> </section> @endsection @section('levelJS') @endsection