@section('page_title')
OSAA - Activities
@stop
@section('page_sub_title')
{{ $info['activity']->name }} Special District Results
@stop
@section('scripts')
@parent
@stop
@section('jquery_init')
$('.button')
.button()
.css({'font-size' : '9pt'});
$('.button.back')
.button({ icons : { primary : 'ui-icon-arrowthick-1-w'}});
$('.button.switch')
.button({ icons : { primary : 'ui-icon-transferthick-e-w'}});
$('.button.edit')
.button({ icons : { primary : 'ui-icon-pencil'}});
$('.button.form')
.button({ icons : { primary : 'ui-icon-clipboard'}});
$('.page_functions')
.css({'width' : 'auto'});
@stop
@section('page_functions')
@if (Auth::check() and Auth::user()->isOsaaUser())
Form
@endif
@if(Helpers::strEqual($info['activity']->slug, 'BGF'))
Switch to Girls Results
Boys Golf
@else
Switch to Boys Results
Girls Golf
@endif
@stop
@section('main_content')
@foreach ($info['leagues'] as $item)
{{ preg_replace('/ \(.*\)/', '', $item->league->slug) }} {{ $item->league->name }}
@if (Auth::check() and Auth::user()->isOsaaUser())
Edit
@endif
@if (is_null($item->form))
The tournament director has not yet submitted {{ strtolower($info['activity']->name) }} results for {{ preg_replace('/ \(.*\)/', '', $item->league->slug) }} {{ $item->league->name }}. Please check back again soon.
@else
District Tournament
Date: {{ date('l n/j/Y', strtotime($item->data->district->event->date)) }}
Location: {{ $item->data->district->event->location}}
Director: {{ $item->data->district->director->name }}
@if ($item->data->complete or (Auth::check() and Auth::user()->isOsaaUser()))
@if (!$item->data->complete)
Unpublished
Preview
Form has not been submitted
@endif
District Qualifying Teams
@foreach ($item->data->district->qualifiers->teams as $team)
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/activities/content/bgf/results.blade.php on line 151