{{$stringsData['group_report_grow_page2_title']}}
@include('groupReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['group_report_grow_first_section_title'], 'desc' => $stringsData['group_report_grow_first_section_content'], 'score' => $groupData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$groupData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['scoreLabel']]), 'insight' => $stringsData[$groupData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['insight']], 'scoreLabelColor' => $groupData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['scoreLabelColor'] ]) @include('groupReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['group_report_grow_second_section_title'], 'desc' => $stringsData['group_report_grow_second_section_content'], 'score' => $groupData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$groupData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['scoreLabel']]), 'insight' => $stringsData[$groupData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['insight']], 'scoreLabelColor' => $groupData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['scoreLabelColor'] ])
@include('groupReport.templates.footerTemplate', [ 'resourcePath' => $resourcePath, 'pageNo' => 8 ])