{{$stringsData['user_report_grow_accuracy_title']}}
@include('userReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['user_report_grow_third_section_title'], 'desc' => $stringsData['user_report_grow_third_section_text'], 'score' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['options_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['options_phase_key']['percentileLabels']['scoreLabel']]), 'scoreLabelColor' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['options_phase_key']['percentileLabels']['scoreLabelColor'], 'insight' => $stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['options_phase_key']['percentileLabels']['insight']] ])
@include('userReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['user_report_grow_fourth_section_title'], 'desc' => $stringsData['user_report_grow_fourth_section_text'], 'score' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['way_forward_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['way_forward_phase_key']['percentileLabels']['scoreLabel']]), 'scoreLabelColor' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['way_forward_phase_key']['percentileLabels']['scoreLabelColor'], 'insight' => $stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['way_forward_phase_key']['percentileLabels']['insight']] ])
@include('groupReport.templates.footerTemplate', [ 'resourcePath' => $resourcePath, 'pageNo' => 8 ])