OwlCyberSecurity - MANAGER
Edit File: overUnder.blade.php
@extends('layouts.master') @section('title') {{$title}} Tips & Predictions @endsection @section('levelCSS') @endsection @section('stores') active @endsection @section('body') <!-- page title & breadcrumbs start --> @include('partials.breadcrumb', ['title'=>$title]) <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="match-schedule-area text-center parallax-scrl pad40 mt20"> <div class="container"> <div class="row"> <div class="col-sm-12 nopaddingsmall"> <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($yy)>0) <p> <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($yy as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #1e88e5;"><strong>{{\Carbon\Carbon::parse($item->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$item->league}}</td> <td style="height: 3px; text-align: left;">{{$item->teamOne}} <span style="color: #1e88e5;"><strong>VS</strong></span> {{$item->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong> @if($keys=='o15') {{$item->oneFiveGoals}} @elseif($keys=='dc') {{$item->doubleChance}} @elseif($keys=='ou25') {{$item->twoFiveGoals}} @elseif($keys=='htr') {{$item->HTResults}} @elseif($keys=='ou05HT') {{$item->overZeroFiveHT}} @elseif($keys=='u15HT') {{$item->underOneFiveHT}} @elseif($keys=='btts') {{$item->BTTS}} @elseif($keys=='htftr') {{$item->HTFT}} @elseif($keys=='mc') {{$item->matchCorners}} @elseif($keys=='ftd') {{$item->fullTimeDraw}} @elseif($keys=='dwin') {{$item->directWins}} @elseif($keys=='dnb') {{$item->drawNoBet}} @endif </strong></td> <td style="height: 3px; text-align: center;"><strong>@if($keys=='mc') {{$item->cornerResult}} @else {{$item->teamOneScore}}@if($item->teamOneScore!='pstp'):@endif{{$item->teamTwoScore}} @endif</strong></td> </tr> @endforeach </tbody> </table> </p> @else <div class="col-sm-12 nopaddingsmall"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">No Tips were here!!!</div> </div> </div> @endif </div> <div role="tabpanel" class="tab-pane fade in active" id="Section2"> @if(count($tt)>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($tt as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #1e88e5;"><strong>{{\Carbon\Carbon::parse($item->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$item->league}}</td> <td style="height: 3px; text-align: left;">{{$item->teamOne}} <span style="color: #1e88e5;"><strong>VS</strong></span> {{$item->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong> @if($keys=='o15') {{$item->oneFiveGoals}} @elseif($keys=='dc') {{$item->doubleChance}} @elseif($keys=='ou25') {{$item->twoFiveGoals}} @elseif($keys=='htr') {{$item->HTResults}} @elseif($keys=='ou05HT') {{$item->overZeroFiveHT}} @elseif($keys=='u15HT') {{$item->underOneFiveHT}} @elseif($keys=='btts') {{$item->BTTS}} @elseif($keys=='htftr') {{$item->HTFT}} @elseif($keys=='mc') {{$item->matchCorners}} @elseif($keys=='ftd') {{$item->fullTimeDraw}} @elseif($keys=='dwin') {{$item->directWins}} @elseif($keys=='dnb') {{$item->drawNoBet}} @endif </strong></td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12 nopaddingsmall"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">Today's Tips in this category is coming soon.</div> </div> </div> @endif </div> <div role="tabpanel" class="tab-pane fade" id="Section3"> @if(count($tm)>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($tm as $key => $item) <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #1e88e5;"><strong>{{\Carbon\Carbon::parse($item->gameTime)->format('H:i')}}</strong></span></td> <td style="height: 3px; background-color: #eeeeee; text-align: center;">{{$item->league}} </td> <td style="height: 3px; text-align: left;">{{$item->teamOne}} <span style="color: #1e88e5;"><strong>VS</strong></span> {{$item->teamTwo}}</td> <td style="height: 3px; background-color: #eeeeee; text-align: center;"><strong> @if($keys=='o15') {{$item->oneFiveGoals}} @elseif($keys=='dc') {{$item->doubleChance}} @elseif($keys=='ou25') {{$item->twoFiveGoals}} @elseif($keys=='htr') {{$item->HTResults}} @elseif($keys=='ou05HT') {{$item->overZeroFiveHT}} @elseif($keys=='u15HT') {{$item->underOneFiveHT}} @elseif($keys=='btts') {{$item->BTTS}} @elseif($keys=='htftr') {{$item->HTFT}} @elseif($keys=='mc') {{$item->matchCorners}} @elseif($keys=='ftd') {{$item->fullTimeDraw}} @elseif($keys=='dwin') {{$item->directWins}} @elseif($keys=='dnb') {{$item->drawNoBet}} @endif </strong></td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12 nopaddingsmall"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">Tomorrow Tips are not yet posted!</div> </div> </div> @endif </div> </div> </div> </div> </div> <!--row end--> </div> </div> <div class="container"> <div class="row"> <div class="col-sm-12"> <hr> @include('partials.stores') </div> </div> </div> @endsection @section('levelJS') @endsection