@if(count($information['teams'] > 0))
@foreach($information['teams'] as $team)
@if (!is_null($image_url))
@else
@endif
|
{{$team['name']}} |
Drop
|
@endforeach
@endif
@if(count($information['oos_teams'] > 0))
@foreach($information['oos_teams'] as $team)
|
{{$team}} |
Drop
|
@endforeach
@endif
{{ Form::open(array('id' => 'new_team_form')) }}
Invite a New Team
{{ Form::hidden('meet_id', $information['id']) }}
{{ Form::label('new_team', 'Team Name', array('class' => 'input_label')) }}
{{ Form::text('new_team', "", array('style' => 'width:215px;', 'class' => 'school_autocomplete')) }}
{{ Form::label('team_is_oos', 'OOS', array('class' => 'input_label')) }}
{{ Form::checkbox('team_is_oos', true, false) }}