{{ $information['host_team_name']}}

Hosting Team

@if (!is_null($information['host_ap'])) Program Roster Team Page @else
@endif
@if ($information['meet_type'] == "INV")

{{ $information['event']['name'] }}

@endif
{{ Helpers::formatDateTime('%MEET_VIEWER%', strtotime($information['event']['start_at']), $information['event']['time_zone']) }}
{{ $information['event']['location_name'] }}
{{ ($information['meet_type'] == "INV") ? "Invitational" : "Dual" }} @if (Helpers::strEqual($information['activity'], array('GGF', 'BGF'))) Contest @elseif (Helpers::strEqual($information['activity'], array('WRE'))) Match @else Meet @endif
@if ($information['meet_type'] == "INV")
Participating Teams
@if(count($information['teams'] > 0)) @foreach($information['teams'] as $team) @endforeach @endif @if(count($information['oos_teams'] > 0)) @foreach($information['oos_teams'] as $team) @endforeach @endif
@if (!is_null($image_url)) @else @endif {{$team['name']}} Program Roster Team Page
{{$team}}
@else {{-- Dual meet --}} @if (!is_null($information['other_team_name']))

{{ $information['other_team_name']}}

 

Program Roster Team Page
@endif
@endif