@extends('layouts.main') @section('title')
{{ $allmatchs->matchInfo->matchFormat ? $allmatchs->matchInfo->matchFormat : '' }} - {{ $allmatchs->matchInfo->matchDesc ? $allmatchs->matchInfo->matchDesc : '' }}, {{ $allmatchs->matchInfo->venueInfo->city ? $allmatchs->matchInfo->venueInfo->city : '' }}
{{ $allmatchs->matchInfo->team1->teamSName }}
@if($recent->type == "recent") {{ $recent->type == "recent" && !empty($allmatchs->matchScore->team1Score->inngs1->runs) ? $allmatchs->matchScore->team1Score->inngs1->runs : 0 }}/{{ $recent->type == "recent" && !empty($allmatchs->matchScore->team1Score->inngs1->wickets) ? $allmatchs->matchScore->team1Score->inngs1->wickets : 0 }} @endif
@if($recent->type == "recent") ( {{ $recent->type == "recent" && !empty($allmatchs->matchScore->team1Score->inngs1->overs) ? $allmatchs->matchScore->team1Score->inngs1->overs : 0 }} / {{ $overs }} Over) @endif
{{ $allmatchs->matchInfo->team2->teamSName }}
@if($recent->type == "recent") {{ $recent->type == "recent" && !empty($allmatchs->matchScore->team2Score->inngs1->runs) ? $allmatchs->matchScore->team2Score->inngs1->runs : 0 }}/{{ $recent->type == "recent" && !empty($allmatchs->matchScore->team2Score->inngs1->wickets) ? $allmatchs->matchScore->team2Score->inngs1->wickets : 0 }}
@if($recent->type == "recent") ( {{ $recent->type == "recent" && !empty($allmatchs->matchScore->team2Score->inngs1->overs) ? $allmatchs->matchScore->team2Score->inngs1->overs : 0 }} / {{ $overs }} Over)
{{ $allmatchs->matchInfo->status ? $allmatchs->matchInfo->status : '' }}
{{ date_format(date_create(date("Y-m-d", $allmatchs->matchInfo->startDate/1000)),"l, F d") }}, {{ date("h:i A", $allmatchs->matchInfo->startDate/1000) }}