@extends('admin.layouts.masterlayout') @section('styles') @endsection @section('content')
| 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}} | @if($findmatchdetails->final_status !='winnerdeclared')@else | {{$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}} | @endif
| 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 |
|---|
| 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 |
| 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 |
| 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 |
| 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 |