@foreach ([ ['Best Pair', $report['bestPair']], ['Best Session', $report['bestSession']], ['Top Mistake', $report['topMistake']], ['Badge', $settings->show_badges ? $report['badgeEarned'] : 'Hidden'], ] as [$insightLabel, $insightValue])

{{ $insightLabel }}

{{ $insightValue }}

@endforeach