{{-- GROW Sessions --}}
GROW Sessions
| Year |
Action |
@foreach ($years as $key => $value)
| {{ $value }} |
|
@endforeach
{{-- Coach Summary --}}
Coach Summary
| Year |
Action |
@foreach ($years as $key => $value)
| {{ $value }} |
|
@endforeach
{{-- Coaching Effectiveness --}}
Coaching Effectiveness
| Year |
Action |
@foreach ($years as $key => $value)
| {{ $value }} |
|
@endforeach
{{-- Coaching Contacts - COACH --}}
Coaching Contacts - COACH
| Category |
Action |
@foreach ($years as $key => $value)
| {{ $value }} |
|
@endforeach
{{-- Coaching Contacts - COACHEE --}}
Coaching Contacts - COACHEE
| Category |
Action |
@foreach ($years as $key => $value)
| {{ $value }} |
|
@endforeach
@include('pages.includes.footer')