@include('includes.admin.header')
@include('includes.admin.sidebar')
Players to be substituted
|
Player
|
Substitution Count
|
Total Count
|
@foreach ($substitutedPlayers AS $substitutePlayer)
{{$substitutePlayer->substituted_player->name}}
|
Substitution No. {{$substitutePlayer->player_no}}
|
{{$substitutePlayer->player_count}}
|
@endforeach
Players Currently Playing to be substituted
|
Player
|
Substitution Count
|
Total Count
|
@foreach ($currentPlayers AS $currentPlayer)
{{$currentPlayer->current_player->name}}
|
Substitution No. {{$currentPlayer->player_no}}
|
{{$currentPlayer->player_count}}
|
@endforeach
@include('includes.admin.footer')