@extends('web.layout.master') @section('content')

{{$match->title}}, {{$match->subtitle}} - Live Cricket Score

Series: {{json_decode(json_decode($match->competition))->name}} Venue: {{json_decode(json_decode($match->venue))->name}}, {{json_decode(json_decode($match->venue))->city}} Date & Time: {{$formattedDateTime}} LOCAL

@if($match->status == 2)Completed @elseif($match->status == 1)Live @endif - {{$match->subtitle}} - {{json_decode(json_decode($match->venue))->city}}

Current Run Rate : 4.82

{{json_decode(json_decode($match->teama))->name}}

{{$score1->scores}}

{{json_decode(json_decode($match->teamb))->name}}

{{$score2->scores}}

Recent Over

18 Ov: W 0 0 0 0 1
17 Ov: W 1 6 2 0 1
16 Ov: W 1 6 2 0 1

@foreach($score1->batsmen as $value) @endforeach
Batter R B SR 4s 6s
{{$value->name}} {{$value->how_out}} {{$value->runs}} {{$value->balls_faced}} {{$value->strike_rate}} {{$value->fours}} {{$value->sixes}}
EXTRA: ( B - {{$score1->extra_runs[0]->byes}}, W - {{$score1->extra_runs[0]->wides}}, NO - {{$score1->extra_runs[0]->noballs}}, LB - {{$score1->extra_runs[0]->legbyes}}, P - {{$score1->extra_runs[0]->penalty}} )
TOTAL ( {{$score1->equations->runrate}} RUNS PER OVER ) {{$score1->scores_full}}

Fall of Wickets

@foreach($score1->fows as $key=>$val) @if($key != 0) , @endif {{$val->runs}}-{{$val->number}} ({{$val->name}}, {{$val->overs_at_dismissal}}) @endforeach

@foreach($score1->bowler as $value) @endforeach
Bowler Ov M R W NB WD Eco
{{$value->name}} {{$value->overs}} {{$value->maidens}} {{$value->runs_conceded}} {{$value->wickets}} {{$value->noballs}} {{$value->wides}} {{$value->econ}}

@foreach($score2->batsmen as $value) @endforeach
Batter R B SR 4s 6s
{{$value->name}} {{$value->how_out}} {{$value->runs}} {{$value->balls_faced}} {{$value->strike_rate}} {{$value->fours}} {{$value->sixes}}
EXTRA: ( B - {{$score2->extra_runs[0]->byes}}, W - {{$score2->extra_runs[0]->wides}}, NO - {{$score2->extra_runs[0]->noballs}}, LB - {{$score2->extra_runs[0]->legbyes}}, P - {{$score2->extra_runs[0]->penalty}} )
TOTAL ( {{$score2->equations->runrate}} RUNS PER OVER ) {{$score2->scores_full}}

Fall of Wickets

@foreach($score2->fows as $key=>$val) @if($key != 0) , @endif {{$val->runs}}-{{$val->number}} ({{$val->name}}, {{$val->overs_at_dismissal}}) @endforeach

@foreach($score2->bowler as $value) @endforeach
Bowler Ov M R W NB WD Eco
{{$value->name}} {{$value->overs}} {{$value->maidens}} {{$value->runs_conceded}} {{$value->wickets}} {{$value->run0}} {{$value->wides}} {{$value->econ}}
Match Info
Match {{$match->title}}, {{$match->subtitle}}
Date {{$formattedDateTime}}, {{$dateTime->format("Y")}}
Toss {{$jsonString[0]}}
Time {{$dateTime->format("H: i: s")}}
Venue {{json_decode(json_decode($match->venue))->name}}, {{json_decode(json_decode($match->venue))->city}}
Umpires {{$match->umpires}}
Third Umpire Michael Gough
Match Referee {{$match->referee}}
Australia Squad
Playing Bench Support Staff

David Warner, Mitchell Marsh, Steven Smith, Marnus Labuschagne, Josh Inglis (wk), Glenn Maxwell, Marcus Stoinis, Pat Cummins (c), Mitchell Starc, Adam Zampa, Josh Hazlewood

Sean Abbott, Travis Head, Alex Carey, Cameron Green

Andrew McDonald, Andre Borovec, Daniel Vettori, Michael Di Venuto, Andy Flower

Pakistan Squad
Playing Bench Support Staff

David Warner, Mitchell Marsh, Steven Smith, Marnus Labuschagne, Josh Inglis (wk), Glenn Maxwell, Marcus Stoinis, Pat Cummins (c), Mitchell Starc, Adam Zampa, Josh Hazlewood

Sean Abbott, Travis Head, Alex Carey, Cameron Green

Andrew McDonald, Andre Borovec, Daniel Vettori, Michael Di Venuto, Andy Flower

@endsection @section('scripts') @endsection