@if (!is_null($information['bracket']) and ((!is_null($information['bracket']->bracket->published_at) and strtotime($information['bracket']->bracket->published_at) < time()) or Auth::check() and Auth::user()->isOsaaUser())) {{-- OSAA User Seeding Utilities --}} @if (Helpers::strEqual($activity_slug, array('WRE', 'BTN', 'GTN')) and Auth::check() and Auth::user()->isOsaaUser())
@if (Helpers::strEqual($activity_slug, 'WRE'))

{{ Session::get('division') }} - {{ $information['subdivision'] }} lbs Wrestlers

@elseif (Helpers::strEqual($activity_slug, array('BTN', 'GTN')))

{{ Session::get('division') }} - {{ (Helpers::strEqual($activity_slug, 'BTN')) ? 'Boys' : 'Girls' }} - {{ (Helpers::strEqual($information['subdivision'], 'S')) ? 'Singles' : 'Doubles' }} Qualifiers

@endif

To place a participant in the first round of the bracket, click the handle and drag the participant into the desired position. You can swap a placed participant with another position in the same round by clicking a participant on the bracket.

@if (count($information['mps']) > 0) @foreach ($information['mps'] as $mp) @if (!$mp->placed)
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/activities/brackets/individual_sport_bracket.blade.php on line 172