{{ Form::open(array('url' => url('/radio-network/schedule-broadcast'), 'method' => 'post', 'id' => 'assign_matchup_form')) }} {{ Form::hidden('matchup', $info['matchup']->id) }}
Schedule Broadcast

Use this form to schedule this matchup to be broadcast on the OSAA Radio Network.


{{ $info['contest']->division }} {{ Helpers::getActivityName($info['contest']->activity) }} {{ $info['round_type']->name }}
{{ str_replace('
', ' ', Helpers::formatDateTime('%RADIO_NETWORK_TIMESTAMP%', strtotime($info['event']->start_at), $info['event']->time_zone)) }}
{{ $info['contest']->away_team_name }} vs. {{ $info['contest']->home_team_name }}

Audio URL
http://www.osaa.org/radio-network/{{ $info['matchup']->id }}
Updated
@if (!is_null($info['broadcast'])) {{ date('n/j/y g:ia', strtotime($info['broadcast']->updated_at)) }} @else - - @endif

Created
@if (!is_null($info['broadcast'])) {{ date('n/j/y g:ia', strtotime($info['broadcast']->created_at)) }} @else - - @endif


{{ Form::label('network', 'OSAA Radio Network Station', array('style' => 'font-weight: bold;')) }}


{{ Form::label('is_archived', 'Archive This Broadcast', array('style' => 'font-weight: bold;')) }} {{ Form::checkbox('is_archived', true, (!is_null($info['broadcast']) and $info['broadcast']->is_archived) ? true : false, array('style' => 'vertical-align: middle;')) }}
Select this check-box once the broadcast is over and the recording is available online. Archiving this broadcast will remove it from the broadcast and radio network schedules and it's link will redirect to the online recording of the broadcast. {{ Form::close() }}