@if (Auth::check() and Auth::user()->isOsaaUser()) @endif
{{ $round_names[$information['bracket']->rounds[0]->round->round_type] }}
@if (Helpers::strEqual($information['bracket']->bracket->activity, 'FBL')) {{ date('M. j', strtotime($information['bracket']->rounds[0]->event->start_at)) }}-{{ date('j', strtotime($information['bracket']->rounds[0]->event->end_at)) }} @else @if (Helpers::strEqual(date('M', strtotime($information['bracket']->rounds[0]->event->start_at)), array('May'))) {{ date('M j', strtotime($information['bracket']->rounds[0]->event->start_at)) }} @else {{ date('M. j', strtotime($information['bracket']->rounds[0]->event->start_at)) }} @endif @endif
@for ($i = 0; $i < 8; $i++) @if ($i == 0)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }}
@endfor
@if (Auth::check() and Auth::user()->isOsaaUser()) @endif
{{ $round_names[$information['bracket']->rounds[1]->round->round_type] }}
@if (Helpers::strEqual($information['bracket']->bracket->activity, 'FBL')) {{ date('M. j', strtotime($information['bracket']->rounds[1]->event->start_at)) }}-{{ date('j', strtotime($information['bracket']->rounds[1]->event->end_at)) }} @else @if (Helpers::strEqual(date('M', strtotime($information['bracket']->rounds[1]->event->start_at)), array('May'))) {{ date('M j', strtotime($information['bracket']->rounds[1]->event->start_at)) }} @else {{ date('M. j', strtotime($information['bracket']->rounds[1]->event->start_at)) }} @endif @endif
@for ($i = 8; $i < 12; $i++) @if ($i == 8)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }}
@endfor
@if (Auth::check() and Auth::user()->isOsaaUser()) @endif
{{ $round_names[$information['bracket']->rounds[2]->round->round_type] }}
@if (Helpers::strEqual($information['bracket']->bracket->activity, 'FBL') and !Helpers::strEqual($information['bracket']->rounds[2]->event->start_at, $information['bracket']->rounds[2]->event->end_at)) {{ date('M. j', strtotime($information['bracket']->rounds[2]->event->start_at)) }}-{{ date('j', strtotime($information['bracket']->rounds[2]->event->end_at)) }} @else @if (Helpers::strEqual(date('M', strtotime($information['bracket']->rounds[2]->event->start_at)), array('May'))) {{ date('M j', strtotime($information['bracket']->rounds[2]->event->start_at)) }} @else {{ date('M. j', strtotime($information['bracket']->rounds[2]->event->start_at)) }} @endif @endif
@for ($i = 12; $i < 14; $i++) @if ($i == 12)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }}
@endfor
@if (Auth::check() and Auth::user()->isOsaaUser()) @endif
{{ $round_names[$information['bracket']->rounds[3]->round->round_type] }}
@if (Helpers::strEqual(date('M', strtotime($information['bracket']->rounds[3]->event->start_at)), array('May'))) {{ date('M j', strtotime($information['bracket']->rounds[3]->event->start_at)) }} @else {{ date('M. j', strtotime($information['bracket']->rounds[3]->event->start_at)) }} @endif
@for ($i = 14; $i < 15; $i++)
{{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }} @endfor