@section('css_link') @stop @section('main_content')
@if (Helpers::strEqual($information['ap']->season, 'F')) {{ $information['ap']->school_year }} @elseif (Helpers::strEqual($information['ap']->season, 'W')) {{ $information['ap']->school_year }}-{{ substr($information['ap']->school_year, 2, 2) + 1 }} @elseif (Helpers::strEqual($information['ap']->season, 'S')) {{ $information['ap']->school_year + 1 }} @endif
{{ $information['ap']->division }}
{{ Helpers::getActivityName($information['ap']->activity) }}
{{ $information['ap']->name }} {{ $information['school']->mascot_name }}
@if (!is_null($information['team_photo'])) @else

This team has not provided a team photo.

@endif
@if (Helpers::strEqual($information['ap']->activity, array('FBL')))
@else
@endif
{{ Helpers::getLevelName($information['team']->level) }} Roster
@if (Helpers::strEqual($information['ap']->activity, array('FBL')))
@else
@endif @if (Helpers::strEqual($information['ap']->activity, array('FBL', 'WRE'))) @endif @if (Helpers::strEqual($information['ap']->activity, array('FBL'))) @else @endif @if (count($information['roster']) > 0) @foreach ($information['roster'] as $player) @if (Helpers::strEqual($information['ap']->activity, array('FBL', 'WRE'))) @endif @endforeach @else @if (Helpers::strEqual($information['ap']->activity, array('FBL', 'WRE'))) @else @endif @endif
No. Name Pos. Yr. Ht.Wt.
{{ $player->number}} {{ $player->name }} {{ $player->position }} {{ $player->grade }} {{ $player->height }}{{ $player->weight }}
Team roster was not provided by the school.Team roster was not provided by the school.
@if (count($information['roster']) > 37)
@if (Helpers::strEqual($information['ap']->activity, array('FBL', 'WRE'))) @endif @foreach ($information['roster'] as $player) @if ($i > 38) @if (Helpers::strEqual($information['ap']->activity, array('FBL', 'WRE'))) @endif @endif @endforeach
No. Name Pos. Yr. Ht.Wt.
{{ $player->number}} {{ $player->name }} {{ $player->position }} {{ $player->grade }} {{ $player->height }}{{ $player->weight }}
@endif
@if (Helpers::strEqual($information['ap']->activity, array('FBL')))
@else
@endif
Schedule{{ $information['overall_record'] }}
@if (count($information['schedule']) > 0) @foreach ($information['schedule'] as $contest) @endforeach @endif
Date Opponent Result
{{ date('n/j', strtotime($contest['event']->start_at)) }} {{ $contest['contest']->opponent_name }} @if ($contest['event']->event_status == 'CXL') Canceled @else {{ $contest['results'] }} @endif
League
{{ $information['ap']->league }} {{ Helpers::getLeagueName($information['ap']->league) }}
Location
{{ $information['school']->location }}
Mascot
{{ $information['ap']->getMascotName() }}
Colors
{{ $information['ap']->getColorsList() }}

@foreach ($information['school_staff'] as $staff)
{{ $staff['title'] }}
{{ $staff['name'] }}
@endforeach
@if (count($information['team_staff']['Coach'][$information['team']->level]) > 0)
@if (count($information['team_staff']['Coach'][$information['team']->level]) > 1) Head Coaches @else Head Coach @endif
{{ Helpers::arrayToList($information['team_staff']['Coach'][$information['team']->level]) }}
@endif @if (count($information['team_staff']['Asst. Coach'][$information['team']->level]) > 0)
@if (count($information['team_staff']['Asst. Coach'][$information['team']->level]) > 1) Assistant Coaches @else Assistant Coach @endif
{{ Helpers::arrayToList($information['team_staff']['Asst. Coach'][$information['team']->level]) }}
@endif @if (count($information['team_staff']['Mngr.'][$information['team']->level]) > 0)
@if (count($information['team_staff']['Mngr.'][$information['team']->level]) > 1) Managers @else Manager @endif
{{ Helpers::arrayToList($information['team_staff']['Mngr.'][$information['team']->level]) }}
@endif
@stop