{{$stringsData['user_report_grow_accuracy_title']}}
{{$finalUserData['growAccuracies']['overAllMetrics']['value']}}%
{{$stringsData[$finalUserData['growAccuracies']['overAllMetrics']['percentileLabels']['scoreLabel']]}}
{{$stringsData['user_report_grow_accuracy_text']}}
@include('userReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['user_report_grow_first_section_title'], 'desc' => $stringsData['user_report_grow_first_section_text'], 'score' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['scoreLabel']]), 'insight' => $stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['insight']], 'scoreLabelColor' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['goal_phase_key']['percentileLabels']['scoreLabelColor'] ]) @include('userReport.templates.growDescPage.growComponent',[ 'name' => $stringsData['user_report_grow_second_section_title'], 'desc' => $stringsData['user_report_grow_second_section_text'], 'score' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['value'], 'maxScore' => 100, 'scoreLabel' => strtoupper($stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['scoreLabel']]), 'scoreLabelColor' => $finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['scoreLabelColor'], 'insight' => $stringsData[$finalUserData['growAccuracies']['hashedPhaseWiseMetrics']['reality_phase_key']['percentileLabels']['insight']] ])
@include('groupReport.templates.footerTemplate', [ 'resourcePath' => $resourcePath, 'pageNo' => 7 ])