OwlCyberSecurity - MANAGER
Edit File: games.blade.php
@extends('account.layouts.master') @section('title') {{$title}} @endsection {{--@section('home') active @endsection--}} @section('levelCSS') @endsection @section('body') <div class="container-fluid"> <div class="row"> <div class="col-sm-12 nopaddingsmall"> <div class="col-sm-12 nopaddingsmall" style=""> <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> <div class="tab-content tabs" style="color: #000!important; text-align: center"> <div role="tabpanel" class="tab-pane fade in" id="Section1"> @if(count($yy)>0) <table class="table table-striped smTableFontSize" 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: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">ODD</span></td> <td style="width: 15%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">RESULT</span></td> </tr> <?php $yyOdds = 1; ?> @foreach($yy as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{$item->gameTime}}</strong></span></td> <td style="height: 3px; text-align: center;">{{$item->league}}</td> <td style="height: 3px; text-align: left;">{{ucfirst($item->teamOne)}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{ucfirst($item->teamTwo)}}</td> @if($keys=='sure2') <td><span>{{$item->sure2OddsTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->sure2OddsOdds}}</span></td> @elseif($keys=='multibet2') <td><span>{{$item->multiBetTwoTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetTwoOdds}}</span></td> @elseif($keys=='multibet3') <td><span>{{$item->multiBetThreeTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetThreeOdds}}</span></td> @elseif($keys=='btts') <td><span>BTTS/GG</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->BTTSOdds}}</span></td> @elseif($keys=='super') <td><span>{{$item->superTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superOdds}}</span></td> @elseif($keys=='bankroll') <td><span>{{$item->bankrollTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->bankrollOdds}}</span></td> @elseif($keys=='smart') <td><span>{{$item->smartTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->smartOdds}}</span></td> @elseif($keys=='cs') <td><span>{{$item->correct_scoreTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->correct_scoreOdds}}</span></td> @elseif($keys=='investment') <td><span>{{$item->superInvestmentTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superInvestmentOdds}}</span></td> @elseif($keys=='multibet1') <td><span>{{$item->multiBetOneTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetOneOdds}}</span></td> @elseif($keys=='ov3') <td><span>{{$item->over35Goals}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->over35GoalsOdds}}</span></td> @elseif($keys=='htft') <td><span>{{$item->HTFT}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->HTFTOdds}}</span></td> @elseif($keys=='wt') <td><span>{{$item->weekendTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->weekendOdds}}</span></td> @endif <td style="width: 11%; color: #720000"><span>{{$item->teamOneScore}}:{{$item->teamTwoScore}}</span></td> </tr> @if($keys=='multibet1') <?php if (isset($item->multiBetOneOdds)){$yyOdds = $yyOdds * $item->multiBetOneOdds;} ?> @elseif($keys=='multibet2') <?php if (isset($item->multiBetTwoOdds)){$yyOdds = $yyOdds * $item->multiBetTwoOdds;} ?> @elseif($keys=='multibet3') <?php if (isset($item->multiBetThreeOdds)){$yyOdds = $yyOdds * $item->multiBetThreeOdds;} ?> @elseif($keys=='super') <?php if (isset($item->superOdds)){$yyOdds = $yyOdds * $item->superOdds;} ?> @elseif($keys=='bankroll') <?php if (isset($item->bankrollOdds)){$yyOdds = $yyOdds * $item->bankrollOdds;} ?> @elseif($keys=='smart') <?php if (isset($item->smartOdds)){$yyOdds = $yyOdds * $item->smartOdds;} ?> @elseif($keys=='cs') <?php if (isset($item->correct_scoreOdds)){$yyOdds = $yyOdds * $item->correct_scoreOdds;} ?> @elseif($keys=='investment') <?php if (isset($item->superInvestmentOdds)){$yyOdds = $yyOdds * $item->superInvestmentOdds;} ?> @elseif($keys=='htft') <?php if (isset($item->HTFTOdds)){$yyOdds = $yyOdds * $item->HTFTOdds;} ?> @endif @endforeach </tbody> </table> <div class="col-sm-12"><h3 class="text-primary badge" style="background-color: #000;"> Odd Value = <strong style="font-size: 16px;" class="text-primary">{{number_format($yyOdds, 2)}}</strong> </h3></div> @else <h4 class="alert alert-warning text-center"><i class="fa fa-times-circle text-danger"></i>We had no tips here yesterday!.</h4> @endif </div> <div role="tabpanel" class="tab-pane fade in active" id="Section2"> @if(count($tt)>0) <table class="table table-striped smTableFontSize" 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: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">ODD</span></td> </tr> <?php $ttOdds = 1; ?> @foreach($tt as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{$item->gameTime}}</strong></span></td> <td style="height: 3px; text-align: center;">{{$item->league}}</td> <td style="height: 3px; text-align: left;">{{ucfirst($item->teamOne)}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{ucfirst($item->teamTwo)}}</td> @if($keys=='sure2') <td><span>{{$item->sure2OddsTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->sure2OddsOdds}}</span></td> @elseif($keys=='multibet2') <td><span>{{$item->multiBetTwoTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetTwoOdds}}</span></td> @elseif($keys=='multibet3') <td><span>{{$item->multiBetThreeTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetThreeOdds}}</span></td> @elseif($keys=='btts') <td><span>BTTS/GG</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->BTTSOdds}}</span></td> @elseif($keys=='super') <td><span>{{$item->superTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superOdds}}</span></td> @elseif($keys=='bankroll') <td><span>{{$item->bankrollTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->bankrollOdds}}</span></td> @elseif($keys=='smart') <td><span>{{$item->smartTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->smartOdds}}</span></td> @elseif($keys=='cs') <td><span>{{$item->correct_scoreTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->correct_scoreOdds}}</span></td> @elseif($keys=='investment') <td><span>{{$item->superInvestmentTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superInvestmentOdds}}</span></td> @elseif($keys=='multibet1') <td><span>{{$item->multiBetOneTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetOneOdds}}</span></td> @elseif($keys=='ov3') <td><span>{{$item->over35Goals}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->over35GoalsOdds}}</span></td> @elseif($keys=='htft') <td><span>{{$item->HTFT}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->HTFTOdds}}</span></td> @elseif($keys=='wt') <td><span>{{$item->weekendTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->weekendOdds}}</span></td> @endif </tr> @if($keys=='multibet1') <?php if (isset($item->multiBetOneOdds)){$ttOdds = $ttOdds * $item->multiBetOneOdds;} ?> @elseif($keys=='multibet2') <?php if (isset($item->multiBetTwoOdds)){$ttOdds = $ttOdds * $item->multiBetTwoOdds;} ?> @elseif($keys=='multibet3') <?php if (isset($item->multiBetThreeOdds)){$ttOdds = $ttOdds * $item->multiBetThreeOdds;} ?> @elseif($keys=='super') <?php if (isset($item->superOdds)){$ttOdds = $ttOdds * $item->superOdds;} ?> @elseif($keys=='bankroll') <?php if (isset($item->bankrollOdds)){$ttOdds = $ttOdds * $item->bankrollOdds;} ?> @elseif($keys=='smart') <?php if (isset($item->smartOdds)){$ttOdds = $ttOdds * $item->smartOdds;} ?> @elseif($keys=='cs') <?php if (isset($item->correct_scoreOdds)){$ttOdds = $ttOdds * $item->correct_scoreOdds;} ?> @elseif($keys=='investment') <?php if (isset($item->superInvestmentOdds)){$ttOdds = $ttOdds * $item->superInvestmentOdds;} ?> @elseif($keys=='htft') <?php if (isset($item->HTFTOdds)){$ttOdds = $ttOdds * $item->HTFTOdds;} ?> @endif @endforeach </tbody> </table> <div class="col-sm-12"><h3 class="text-primary badge" style="background-color: #000;"> Odd Value = <strong style="font-size: 16px;" class="text-primary">{{number_format($ttOdds, 2)}}</strong> </h3></div> @else <h4 class="alert alert-warning text-center"><i class="fa fa-spin fa-spinner"></i> Games are loading! Please Check Back.</h4> @endif </div> <div role="tabpanel" class="tab-pane fade" id="Section3"> @if(count($tm)>0) <table class="table table-striped smTableFontSize" 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: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">ODD</span></td> </tr> <?php $tmOdds = 1; ?> @foreach($tm as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong>{{$item->gameTime}}</strong></span></td> <td style="height: 3px; text-align: center;">{{$item->league}}</td> <td style="height: 3px; text-align: left;">{{ucfirst($item->teamOne)}} <span style="color: #2E86C1;"><strong>VS</strong></span> {{ucfirst($item->teamTwo)}}</td> @if($keys=='sure2') <td><span>{{$item->sure2OddsTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->sure2OddsOdds}}</span></td> @elseif($keys=='multibet2') <td><span>{{$item->multiBetTwoTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetTwoOdds}}</span></td> @elseif($keys=='multibet3') <td><span>{{$item->multiBetThreeTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetThreeOdds}}</span></td> @elseif($keys=='btts') <td><span>BTTS/GG</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->BTTSOdds}}</span></td> @elseif($keys=='super') <td><span>{{$item->superTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superOdds}}</span></td> @elseif($keys=='bankroll') <td><span>{{$item->bankrollTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->bankrollOdds}}</span></td> @elseif($keys=='smart') <td><span>{{$item->smartTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->smartOdds}}</span></td> @elseif($keys=='cs') <td><span>{{$item->correct_scoreTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->correct_scoreOdds}}</span></td> @elseif($keys=='investment') <td><span>{{$item->superInvestmentTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->superInvestmentOdds}}</span></td> @elseif($keys=='multibet1') <td><span>{{$item->multiBetOneTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->multiBetOneOdds}}</span></td> @elseif($keys=='ov3') <td><span>{{$item->over35Goals}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->over35GoalsOdds}}</span></td> @elseif($keys=='htft') <td><span>{{$item->HTFT}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->HTFTOdds}}</span></td> @elseif($keys=='wt') <td><span>{{$item->weekendTip}}</span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span>{{$item->weekendOdds}}</span></td> @endif </tr> @if($keys=='multibet1') <?php if (isset($item->multiBetOneOdds)){$tmOdds = $tmOdds * $item->multiBetOneOdds;} ?> @elseif($keys=='multibet2') <?php if (isset($item->multiBetTwoOdds)){$tmOdds = $tmOdds * $item->multiBetTwoOdds;} ?> @elseif($keys=='multibet3') <?php if (isset($item->multiBetThreeOdds)){$tmOdds = $tmOdds * $item->multiBetThreeOdds;} ?> @elseif($keys=='super') <?php if (isset($item->superOdds)){$tmOdds = $tmOdds * $item->superOdds;} ?> @elseif($keys=='bankroll') <?php if (isset($item->bankrollOdds)){$tmOdds = $tmOdds * $item->bankrollOdds;} ?> @elseif($keys=='smart') <?php if (isset($item->smartOdds)){$tmOdds = $tmOdds * $item->smartOdds;} ?> @elseif($keys=='cs') <?php if (isset($item->correct_scoreOdds)){$tmOdds = $tmOdds * $item->correct_scoreOdds;} ?> @elseif($keys=='investment') <?php if (isset($item->superInvestmentOdds)){$tmOdds = $tmOdds * $item->superInvestmentOdds;} ?> @elseif($keys=='htft') <?php if (isset($item->HTFTOdds)){$tmOdds = $tmOdds * $item->HTFTOdds;} ?> @endif @endforeach </tbody> </table> <div class="col-sm-12"><h3 class="text-primary badge" style="background-color: #000;"> Odd Value = <strong style="font-size: 16px;" class="text-primary">{{number_format($tmOdds, 2)}}</strong> </h3></div> @else <h4 class="alert alert-warning text-center"><i class="fa fa-spin fa-spinner"></i> Games are loading! Please Check Back.</h4> @endif </div> </div> </div> </div> </div> </div> </div> @endsection @section('levelJS') @endsection