@include('includes.admin.header') @include('includes.admin.sidebar')

Schedule List From Schedules

All Schedule

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