@include('layout.matchHeader')

{{ $match_data->match_name }}

{{ date('d M Y H:i:s', strtotime($match_data->match_start_time)) }}

{{ $match_data->team_name1 }}
{{ $match_data->team_name2 }}
@if ($match_data->winning_team != '' && $match_data->is_draw != 'yes')
Man of the Match: {{ $match_data['man_of_the_match_names'] }}
@elseif($match_data->is_draw != 'no')
Match Draw {{-- {{ $match_data['emp_name'] }}
--}}
@else
  • 99 days
  • 23 hours
  • 59 minutes
  • 59 seconds
@endif
  • {{ $match_data->team_name1 }} : {{ $match_data->team_1_members != 0 ? number_format($match_data->team1_total_score / $match_data->team_1_members, 1) . ' (' . $match_data->team_1_members . ') (' . $match_data->team1_total_score . ' RX)' : '-' }} @if ($match_data->team_1_id == $match_data->winning_team) @endif
  • {{ $match_data->team_name2 }} : {{ $match_data->team_2_members != 0 ? number_format($match_data->team2_total_score / $match_data->team_2_members, 1) . ' (' . $match_data->team_2_members . ') (' . $match_data->team2_total_score . ' RX)' : '-' }} @if ($match_data->team_2_id == $match_data->winning_team) @endif
@foreach ($brandList as $brandValue) @endforeach
BE Name Action Total{{ $brandValue->brand_name }}
@include('addMyScore') @include('modals') @include('layout.footer')