| # | Name | Gr. | Pass |
|---|---|---|---|
| {{ ($i + 1) }}. | {{ $participant->name }} @if ($participant->is_alternate) - Alt. @endif | @if (!Helpers::strIsEmpty($participant->grade)) {{ $participant->grade }} @endif |
| Name & Info. | Role | Pass | |
|---|---|---|---|
|
{{ $team->head_coach->getDisplayName() }}
@if (!Helpers::strIsEmpty($team->head_coach->work_phone))
W: {{ Helpers::displayCombinedPhone($team->head_coach->work_phone) }}
@endif @if (!Helpers::strIsEmpty($team->head_coach->mobile_phone)) M: {{ Helpers::displayCombinedPhone($team->head_coach->mobile_phone) }} @endif |
Head Coach | ||
|
{{ $asst_coach->getDisplayName() }}
@if (!Helpers::strIsEmpty($asst_coach->work_phone) or !Helpers::strIsEmpty($asst_coach->mobile_phone))
@if (!Helpers::strIsEmpty($asst_coach->work_phone))
W: {{ Helpers::displayCombinedPhone($asst_coach->work_phone) }}
@endif
@endif @if (!Helpers::strIsEmpty($asst_coach->mobile_phone)) M: {{ Helpers::displayCombinedPhone($asst_coach->mobile_phone) }} @endif |
Asst. Coach | @if (Helpers::strIsEmpty($asst_coach->work_phone) and Helpers::strIsEmpty($asst_coach->mobile_phone))@else | @endif |