OwlCyberSecurity - MANAGER
Edit File: winnings.blade.php
@extends('layouts.master') @section('title') Recent Winning Tips & Predictions @endsection @section('tag') <meta name="description" content="Best Prediction Site for Free Today, Tomorrow and Weekend Over 1.5 and Under 1.5 Goals prediction & tips to be Scored in several Football Matches across the world."> @endsection @section('levelCSS') @endsection @section('stores') active @endsection @section('body') <!-- page title & breadcrumbs start --> @include('partials.breadcrumb', ['title'=>'Testimonials']) <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="match-schedule-area text-center parallax-scrl pad10"> <div class="container"> <div class="row"> <div class="col-sm-12"><br><br> @if(count($testimonials)>0) <table class="table table-striped" style="color: black;"> <tbody> @foreach($testimonials as $key => $t) <tr> <th>{{\Carbon\Carbon::parse($t->gameDate)->format('d/m')}}</th> <td>{{$t->teamOne}} <strong class="text-primary">VS</strong> {{$t->teamTwo}}</td> <td class="tableBg">{{$t->teamOneScore}}:{{$t->teamTwoScore}}</td> <td>{{$t->testimonialValue}}</td> </tr> @endforeach </tbody> </table> @else <div class="col-sm-12"> <div class="alert alert-warning alert-dismissible"> <div class="alert-heading">Nothing Yet</div> </div> </div> @endif </div> <div class="col-sm-12"> <hr> {{$testimonials->render('paginator.paginate')}} <br><br> </div> </div> <!--row end--> </div> </div> @endsection @section('levelJS') @endsection