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 justify-content-center"> <div class="col-sm-10 nopaddingsmall"> <div class="make-flex" style="justify-content: flex-start"> <div class="date-toggle" data-id="pane-{{\Carbon\Carbon::today()->subDay()->format('l')}}"><span>{{\Carbon\Carbon::today()->subDay()->format('jS M, l')}}</span></div> <div class="date-toggle active" data-id="pane-{{\Carbon\Carbon::today()->format('l')}}"><span>{{\Carbon\Carbon::today()->format('jS M, l')}}</span></div> <div class="date-toggle" data-id="pane-{{\Carbon\Carbon::today()->addDay()->format('l')}}"><span>{{\Carbon\Carbon::today()->addDay()->format('jS M, l')}}</span></div> </div> <div class="tip-wrapper mt-4 px-sm-2"> <div class="tip-wrapper-inner" id="pane-{{\Carbon\Carbon::today()->subDay()->format('l')}}"> @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 class="tip-wrapper-inner active" id="pane-{{\Carbon\Carbon::today()->format('l')}}"> @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 class="tip-wrapper-inner" id="pane-{{\Carbon\Carbon::today()->addDay()->format('l')}}"> @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> <!--row end--> </div> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-sm-10 mb-5"> <hr> <div class="row"> @include('partials.stores') </div> </div> </div> </div> @endsection @section('levelJS') @endsection