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

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

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

@if($match->status == 2)

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

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

{{$score1->scores}}

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

{{$score2->scores}}

@foreach($score2->batsmen as $value) @if($value->how_out == 'Not out') @endif @endforeach
Batter R B SR 4s 6s
{{$value->name}} {{$value->runs}} {{$value->balls_faced}} {{$value->strike_rate}} {{$value->fours}} {{$value->sixes}}
@foreach($score1->bowlers as $value) @endforeach
Bowler Ov M R W Eco
{{$value->name}} {{$value->overs}} {{$value->maidens}} {{$value->runs_conceded}} {{$value->wickets}} {{$value->econ}}
@if(isset($commentary1->response))

Inning 2