| @if (strlen($team->name) > 35) {{ $team->name }} @else {{ $team->name }} @endif | {{ $team->mascot }} |
|
{{-- School Logo --}}
@if(!is_null($team->logo))
{{ $team->school->name }}
@if (!is_null($team->school2))
{{-- Information --}}
Coop: {{ $team->school2->name }} @endif
|
{{-- Team Photo --}}
@if (file_exists(public_path() . '/' . $team->photo))
A team photo was not provided by the school.
@endif
|
{{-- Team Roster --}}
@if (count($team->participants) > 0)
A team roster was not provided by the school.
@endif
@if (!is_null($team->routine_theme))
Routine Theme
@endif
{{ $team->routine_theme }} |