There are no scheduled baseball games on record for this team.
@else
Help & Icon Legend
The following list shows scheduled contest dates and pitch counts for all levels. Click to expand a listed date's recorded pitchers, pitch counts, and rest days.
Schools are required to track Varsity pitcher counts; the total number of pitches thrown at any level.
1-25 pitches
0 rest days
26-45 pitches
1 rest day
46-60 pitches
2 rest days
61-85 pitches
3 rest days
86+ pitches
4 rest days
Icons: indicates return date, the earliest day the pitcher can return with full eligibility. indicates pitcher was over the maximum pitch count, but allowed due to the at-bat exception. indicates pitcher exceeded the maximum pitch count imposed per day.
@foreach ($information['pitch_count']->data->schedules as $index => $schedule)
{{ date ('l n/j', strtotime($schedule->date)) }}
@if (count($schedule->counts) > 0)
({{ count($schedule->counts) }})
@endif
@foreach ($schedule->counts as $sub_index => $count)