previous_date)) data-disabled="disabled"@endif>Prev. Date yesterday, $information['date_navigation']->view_date)) data-disabled="disabled"@endif>Yesterday today, $information['date_navigation']->view_date)) data-disabled="disabled"@endif>Today tomorrow, $information['date_navigation']->view_date)) data-disabled="disabled"@endif>Tomorrow next_date)) data-disabled="disabled"@endif>Next Date
This is an experimental page.
@foreach ($information['schedules'] as $div => $schedule)
@if (count($schedule->groups) > 0) @foreach ($schedule->groups as $type => $group) @if (Helpers::strEqual($type, array('LEAGUE', 'TOURNAMENT'))) @foreach ($group as $sub_group)

{{ $sub_group['name'] }}

@foreach ($sub_group['contests'] as $contest)
@if (Helpers::strEqual(date('g:i A', strtotime($contest->event->start_at)), '12:00 AM'))
TBD @else {{ Helpers::formatDateTime('%SCHEDULE%', strtotime($contest->event->start_at), $contest->event->time_zone) }} @endif
@if ($contest->event->event_status == 'DONE')
{{ $contest->away_team_score }}
{{ $contest->home_team_score }}
@elseif ($contest->event->event_status == 'LIVE')
L
I
V
E
@elseif ($contest->event->event_status == 'CXL')
C
X
L
@elseif ($contest->event->event_status == 'PPD')
P
P
D
@endif
{{ $contest->away_team_name }} @if (!is_null($contest->away_team_model) and !Helpers::strEqual($contest->away_team_model->level, 'V')) [{{ $contest->away_team_model->level }}] @endif
@
{{ $contest->home_team_name }} @if (!is_null($contest->home_team_model) and !Helpers::strEqual($contest->home_team_model->level, 'V')) [{{ $contest->home_team_model->level }}] @endif

@if (!is_null ($contest->tournament)) {{ $contest->tournament }} @endif
@if ($contest->is_neutral_location)
N
@endif @if ($contest->event->event_status == 'DONE')
@if (Helpers::strEqual($information['activity'], 'VBL')) {{ ContestsController::getScoreSummary($contest->id) }} @elseif (!Helpers::strIsEmpty($contest->overtime_notes)) {{ $contest->overtime_notes }} @endif
@else @if ($contest->event->event_status == 'PPD')
Postponed to {{ Helpers::formatDateTime('n/j g:i a', strtotime($contest->event->postpone_at), $contest->event->time_zone) }}
@endif @if (!is_null ($contest->location_name))
{{ $contest->location_name }}
@endif @endif
@endforeach @endforeach @else

{{ $group['name'] }}

@foreach ($group['contests'] as $contest)
@if (Helpers::strEqual(date('g:i A', strtotime($contest->event->start_at)), '12:00 AM'))
TBD @else {{ Helpers::formatDateTime('%SCHEDULE%', strtotime($contest->event->start_at), $contest->event->time_zone) }} @endif
@if ($contest->event->event_status == 'DONE')
{{ $contest->away_team_score }}
{{ $contest->home_team_score }}
@elseif ($contest->event->event_status == 'LIVE')
L
I
V
E
@elseif ($contest->event->event_status == 'CXL')
C
X
L
@elseif ($contest->event->event_status == 'PPD')
P
P
D
@endif
{{ $contest->away_team_name }} @if (!is_null($contest->away_team_model) and !Helpers::strEqual($contest->away_team_model->level, 'V')) [{{ $contest->away_team_model->level }}] @endif
@
{{ $contest->home_team_name }} @if (!is_null($contest->home_team_model) and !Helpers::strEqual($contest->home_team_model->level, 'V')) [{{ $contest->home_team_model->level }}] @endif

@if (!is_null ($contest->tournament)) {{ $contest->tournament }} @endif
@if ($contest->is_neutral_location)
N
@endif @if ($contest->event->event_status == 'DONE')
@if (Helpers::strEqual($information['activity'], 'VBL')) {{ ContestsController::getScoreSummary($contest->id) }} @elseif (!Helpers::strIsEmpty($contest->overtime_notes)) {{ $contest->overtime_notes }} @endif
@else @if ($contest->event->event_status == 'PPD')
Postponed to {{ Helpers::formatDateTime('n/j g:i a', strtotime($contest->event->postpone_at), $contest->event->time_zone) }}
@endif @if (!is_null ($contest->location_name))
{{ $contest->location_name }}
@endif @endif
@endforeach @endif @endforeach @else

There are no {{ $div }} contests scheduled for {{ date('l, M j, Y', strtotime($information['date_navigation']->view_date)) }}.



Use the date navigation features above to select another date,
skip to the previous or next play date, or jump to another day.
@endif
@endforeach