@section('page_title') OSAA - Submit Scores @stop @section('page_sub_title') Submit Scores - {{ Helpers::getActivityName($information['activity']) }} @stop @section('scripts') @stop @section('header_button_left') Back @stop @section('jquery_init') @stop @section('page_functions') Exit @stop @section('main_content')

{{ $information['away_team_name'] }} @if (!is_null($information['away_team']) and !Helpers::strEqual($information['away_team']->level, 'V')) [{{ $information['away_team']->level }}] @endif
Away

{{ $information['home_team_name'] }} @if (!is_null($information['home_team']) and !Helpers::strEqual($information['home_team']->level, 'V')) [{{ $information['home_team']->level }}] @endif
Home

@

{{ $information['date'] }} {{ $information['time'] }}

@if (Helpers::strEqual($information['activity'], array('BBL', 'SBL'))) Edit / Postpone / Cancel @endif

For both teams, you must provide the final scores. @if (Helpers::strEqual($information['activity'], 'FBL')) If applicable, you can also optionally enter scores per quarter or overtime notes. @elseif (Helpers::strEqual($information['activity'], 'VBL')) You must enter set scores. @elseif (Helpers::strEqual($information['activity'], array('BSC', 'GSC'))) If applicable, you can also optionally enter scores per half, overtime notes, and results from kicks from the penalty mark. @elseif (Helpers::strEqual($information['activity'], array('BBX', 'GBX'))) If applicable, you can also optionally enter period scores. @elseif (Helpers::strEqual($information['activity'], array('BBL', 'SBL'))) If applicable, you can also optionally enter scores per inning. @endif You can also enter in notes if you'd like.

{{ Form::open(array('url' => url('/mobile/contests/submit-scores'), 'class' => 'submitScores', 'id' => 'submit_scores')) }} {{ Form::hidden('contest_id', $information['contest_id']) }} {{ Form::hidden('exists', true) }} {{ Session::flash('return_from', Session::get('return_from', URL::previous())) }}
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/mobile/edit_scores.blade.php on line 310