@section('page_title') OSAA - OSAA Mobile Site @stop @section('page_sub_title') Missing Scores @stop @section('header_button_left') Back @stop @section('head') @stop @section('jquery_init') $('.tooltip').tooltip(); $('.button').button(); $('.button.go').button({ icons : { primary : 'ui-icon-circle-arrow-e' }}); function colorRows () { $('table tbody tr:odd').css('background-color', '#f2f2f2'); } colorRows(); @stop @section('main_content')

Hello, {{ Auth::user()->getDisplayFullName() }}

@if (count ($information['contests']) < 1)

You do not have any contests that are missing scores.

@else

According to our records, you are missing scores for the following contests:

@endif @stop