@extends('admin.layouts.masterlayout') @section('styles') @endsection @section('content')

Match Points

@if($findmatchdetails->final_status != 'winnerdeclared' && $findmatchdetails->status == 'completed') emoji_events Declared Winning @endif {!! $findmatchdetails->is_verified ? 'beenhere Verified ' : 'gpp_bad Not Verified ' !!}
@if($findmatchdetails->final_status == 'pending' && $findmatchdetails->status == 'notstarted') draw Edit Matches @endif @if($findmatchdetails->final_status != 'winnerdeclared' && $findmatchdetails->status != 'completed') published_with_changes Refresh Scores @endif
@if(count($match_scores)>0) @foreach($match_scores as $match_scores_value) @if($findmatchdetails->final_status !='winnerdeclared') @else @endif @endforeach @endif
TeamName PlayerKey PlayerName PlayerRole startpoint DismisalInfo BattingRun BattingBall Fours Sixs Overs Maidens BallingRuns Wickets Zeros Extra Catch Stumbed RunOuts ManOfMatch BattingPoints BowlingPoints FieldingPoints ExtraPoints NegativePoints StrikeRate EconomyRate
{{$match_scores_value->team_short_name}} {{$match_scores_value->players_player_key}} {{$match_scores_value->matchplayers_name}} {{$match_scores_value->matchplayers_role}} {{$match_scores_value->starting11}} {{$match_scores_value->out_str}} {{$match_scores_value->runs}} {{$match_scores_value->bball}} {{$match_scores_value->fours}} {{$match_scores_value->six}} {{$match_scores_value->overs}} {{$match_scores_value->maiden_over}} {{$match_scores_value->balls}} {{$match_scores_value->grun}} {{$match_scores_value->wicket}} {{$match_scores_value->balldots}} {{$match_scores_value->extra}} {{$match_scores_value->catch}} {{$match_scores_value->stumbed}} {{$match_scores_value->runouts}} {{$match_scores_value->man_of_match}} {{$match_scores_value->batting_points}} {{$match_scores_value->bowling_points}} {{$match_scores_value->fielding_points}} {{$match_scores_value->extra_points}} {{$match_scores_value->negative_points}} {{$match_scores_value->strike_rate}} {{$match_scores_value->economy_rate}}
Team Name Player Key Player Name Player Role start point Run Fours Sixs Strike Rate Century Wickets Maidens Economy Rate Catch Stumped Total Bonus negative points Total Points
@if(count($match_scores)>0) @foreach($match_scores as $match_scores_batting) @if($match_scores_batting->batting==1) @endif @endforeach @endif
MatchKey TeamKey Title PlayerKey Batsman DismisalInfo Run Ball Fours Sixs SR
{{$match_scores_batting->matchplayers_matchkey}} {{$match_scores_batting->teams_team_key}} {{$match_scores_batting->teams_team}} @php $number = $match_scores_batting->innings; $ends = array('th','st','nd','rd','th','th','th','th','th','th'); if (($number %100) >= 11 && ($number%100) <= 13){ $abbreviation=$number. 'th' ; }else{ $abbreviation=$number. $ends[$number % 10]; } @endphp {{$abbreviation}}Inning {{$match_scores_batting->players_player_key}} {{$match_scores_batting->matchplayers_name}} {{$match_scores_batting->out_str}} {{$match_scores_batting->runs}} {{$match_scores_batting->bball}} {{$match_scores_batting->fours}} {{$match_scores_batting->six}} {{$match_scores_batting->strike_rate}}
MatchKey TeamKey Title PlayerKey Batsman DismisalInfo Run Ball Fours Sixs SR
@if(count($match_scores)>0) @foreach($match_scores as $match_scores_bowling) @if($match_scores_bowling->bowling==1) @endif @endforeach @endif
MatchKey TeamKey TeamName PlayerKey Bowler Overs Maidens Balls Runs Wickets Zeros Extra Econ
{{$match_scores_batting->matchplayers_matchkey}} {{$match_scores_batting->teams_team_key}} {{$match_scores_batting->teams_team}} {{$match_scores_batting->players_player_key}} {{$match_scores_batting->matchplayers_name}} {{$match_scores_batting->overs}} {{$match_scores_batting->maiden_over}} {{$match_scores_batting->balls}} {{$match_scores_batting->grun}} {{$match_scores_batting->wicket}} {{$match_scores_batting->balldots}} {{$match_scores_batting->extra}} {{$match_scores_batting->economy_rate}}
MatchKey TeamKey TeamName PlayerKey Bowler Overs Maidens Balls Runs Wickets Zeros Extra Econ
@if(count($match_scores)>0) @foreach($match_scores as $match_scores_fielding) @endforeach @endif
MatchKey Teams Team Key Team Name Player Key Player Name Catch Stumbed RunOuts
{{$match_scores_fielding->matchplayers_matchkey}} {{$match_scores_fielding->teams_team_key}} {{$match_scores_fielding->teams_team}} {{$match_scores_fielding->players_player_key}} {{$match_scores_fielding->matchplayers_name}} {{$match_scores_fielding->catch}} {{$match_scores_fielding->stumbed}} {{$match_scores_fielding->runouts}}
MatchKey Teams Team Key Team Name Player Key Player Name Catch Stumbed RunOuts
@if(count($match_scores)>0) @foreach($match_scores as $match_scores_team) @endforeach @endif
MatchKey PlayerKey PlayerName TeamKey TeamName IsUnderTeam PlayerRole Edit Points
{{$match_scores_team->matchplayers_matchkey}} {{$match_scores_team->players_player_key}} {{$match_scores_team->matchplayers_name}} {{$match_scores_team->teams_team_key}} {{$match_scores_team->teams_team}} @php if($match_scores_team->starting11==1){ echo 'True'; }else{ echo 'No'; } @endphp {{$match_scores_team->matchplayers_role}} Update
MatchKey PlayerKey PlayerName TeamKey TeamName IsUnderTeam PlayerRole Edit Points
@endsection @section('scripts')