@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(isset($matchPlayerTeamA[0]))
{{$matchPlayerTeamA[0]->team_name}}
@if(isset($matchPlayerTeamB[0])){{$matchPlayerTeamB[0]->team_name}} @else NA @endif
    @for($i = 0; $i<=10; $i++)
  • @if(isset($matchPlayerTeamA[$i])){{$matchPlayerTeamA[$i]->name}} @else NA @endif

    @if(isset($matchPlayerTeamA[$i])){{$matchPlayerTeamA[$i]->role}} @else NA @endif

    @if(isset($matchPlayerTeamB[$i])){{$matchPlayerTeamB[$i]->name}} @else NA @endif

    @if(isset($matchPlayerTeamB[$i])){{$matchPlayerTeamB[$i]->role}} @else NA @endif

  • @endfor
  • @for($i = 11; $i<=14; $i++)
  • @if(isset($matchPlayerTeamA[$i])){{$matchPlayerTeamA[$i]->name}} @else NA @endif

    @if(isset($matchPlayerTeamA[$i])){{$matchPlayerTeamA[$i]->role}} @else NA @endif

    @if(isset($matchPlayerTeamB[$i])){{$matchPlayerTeamB[$i]->name}} @else NA @endif

    @if(isset($matchPlayerTeamB[$i])){{$matchPlayerTeamB[$i]->role}} @else NA @endif

  • @endfor
@else Not found Yet @endif

CURRENT SERIES

@endsection @section('scripts') @endsection