@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }}
{{-- GROW Sessions --}}
GROW Sessions
@foreach ($years as $key => $value) @endforeach
Year Action
{{ $value }}
{{-- Coach Summary --}}
Coach Summary
@foreach ($years as $key => $value) @endforeach
Year Action
{{ $value }}
{{-- Coaching Effectiveness --}}
Coaching Effectiveness
@foreach ($years as $key => $value) @endforeach
Year Action
{{ $value }}
{{-- Coaching Contacts - COACH --}}
Coaching Contacts - COACH
@foreach ($years as $key => $value) @endforeach
Category Action
{{ $value }}
{{-- Coaching Contacts - COACHEE --}}
Coaching Contacts - COACHEE
@foreach ($years as $key => $value) @endforeach
Category Action
{{ $value }}
@include('pages.includes.footer')
@endsection @section('page-js') @endsection