{{ $round_names[$information['bracket']->rounds[0]->round->round_type] }}
{{ date('M. j', strtotime($information['bracket']->rounds[0]->event->start_at)) }}
@for ($i = 0; $i < 4; $i++) @if ($i == 0)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }} @if ($i == 0 or $i == 2)
@else
@endif @endfor
{{ $round_names[$information['bracket']->rounds[1]->round->round_type] }}
{{ date('M. j', strtotime($information['bracket']->rounds[1]->event->start_at)) }}
@for ($i = 4; $i < 8; $i++) @if ($i == 4)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }}
@endfor
{{ $round_names[$information['bracket']->rounds[2]->round->round_type] }}
{{ date('M. j', strtotime($information['bracket']->rounds[2]->event->start_at)) }}
@for ($i = 8; $i < 10; $i++) @if ($i == 8)
@elseif ($i % 2 == 0)
@else
@endif {{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }}
@endfor
{{ $round_names[$information['bracket']->rounds[3]->round->round_type] }}
{{ date('M. j', strtotime($information['bracket']->rounds[3]->event->start_at)) }}
@for ($i = 10; $i < 11; $i++)
{{ BracketsController::getMatchup('right', $information['bracket']->matchups[$i]) }} @endfor