@php $isDenison = !empty($analytics->category_scores) && isset($analytics->category_scores['denison-mission']); $dScores = $analytics->category_scores ?? []; if ($isDenison) { $mission = $dScores['denison-mission'] ?? 0; $adaptability = $dScores['denison-adaptability'] ?? 0; $involvement = $dScores['denison-involvement'] ?? 0; $consistency = $dScores['denison-consistency'] ?? 0; $overallCulture = round(($mission + $adaptability + $involvement + $consistency) / 4, 1); $externalFocus = round(($mission + $adaptability) / 2, 1); $internalFocus = round(($involvement + $consistency) / 2, 1); $flexible = round(($adaptability + $involvement) / 2, 1); $stable = round(($mission + $consistency) / 2, 1); } function pdfScoreColor($score) { if ($score >= 80) return '#16a34a'; if ($score >= 70) return '#65a30d'; if ($score >= 60) return '#ca8a04'; if ($score >= 50) return '#ea580c'; return '#dc2626'; } function pdfScoreLabel($score) { if ($score >= 80) return 'Strong'; if ($score >= 70) return 'Healthy'; if ($score >= 60) return 'Moderate'; if ($score >= 50) return 'Needs Work'; return 'Critical'; } @endphp
{{ $isDenison ? 'Denison Culture Assessment Report' : 'Executive Summary Report' }} | Generated: {{ now()->format('F j, Y') }}
{{ $analytics->total_responses }} respondents | Confidential
|
Internal + Flexible
Involvement
{{ round($involvement) }}%
Empowerment | Team Orientation | Capability Development
{{ pdfScoreLabel($involvement) }}
|
External + Flexible
Adaptability
{{ round($adaptability) }}%
Creating Change | Stakeholder Focus | Organizational Learning
{{ pdfScoreLabel($adaptability) }}
|
|
Internal + Stable
Consistency
{{ round($consistency) }}%
Core Values | Agreement | Coordination & Integration
{{ pdfScoreLabel($consistency) }}
|
External + Stable
Mission
{{ round($mission) }}%
Strategic Direction | Goals & Objectives | Vision
{{ pdfScoreLabel($mission) }}
|
| External Focus (Mission + Adaptability) | {{ $externalFocus }}% | Internal Focus (Involvement + Consistency) | {{ $internalFocus }}% |
| Flexibility (Adaptability + Involvement) | {{ $flexible }}% | Stability (Mission + Consistency) | {{ $stable }}% |
| Trait | Your Score | Benchmark | Difference | Top Quartile | Position |
|---|---|---|---|---|---|
| {{ $bm['category_icon'] }} {{ $bm['category_name'] }} | {{ round($bm['score']) }}% | {{ $bm['benchmark_value'] }}% | {{ $bm['icon'] }} {{ $bm['diff_text'] }} | {{ $bm['top_quartile'] }}% | {{ $bm['label'] }} |
Source: {{ collect($benchmarkComparison)->pluck('source')->filter()->first() }}
| {{ $idx['name'] }} |
|
{{ round($idx['favorability']) }}% | {{ $diff >= 0 ? '+' : '' }}{{ $diff }} | x={{ $idx['mean'] }} |
| {{ $isDenison ? 'Trait' : 'Category' }} | Score | Status | Visual |
|---|---|---|---|
| {{ $cat['icon'] }} {{ $cat['name'] }} | {{ round($cat['score']) }}% | {{ $cat['interpretation']['label'] }} |
|
| Top Strengths | Priority Focus Areas |
|---|---|
|
@if($analytics->top_items && count($analytics->top_items) > 0)
@foreach(array_slice($analytics->top_items, 0, 5) as $i => $item)
{{ $i + 1 }}. {{ Str::limit($item['question_text'], 55) }} ({{ round($item['score']) }}%) @endforeach @endif |
@if($analytics->bottom_items && count($analytics->bottom_items) > 0)
@foreach(array_slice($analytics->bottom_items, 0, 5) as $i => $item)
{{ $i + 1 }}. {{ Str::limit($item['question_text'], 55) }} ({{ round($item['score']) }}%) @endforeach @endif |
Based on Denison Organizational Culture Model Analysis
The assessment of {{ $analytics->total_responses }} respondents reveals a culture profile characterized by strong {{ strtolower($traitData[3]['name']) }} ({{ round($traitData[3]['score']) }}%) with development areas in {{ strtolower($traitData[0]['name']) }} ({{ round($traitData[0]['score']) }}%) and {{ strtolower($traitData[1]['name']) }} ({{ round($traitData[1]['score']) }}%). The overall culture score of {{ $overallCulture }}% indicates {{ $overallCulture >= 70 ? 'a healthy foundation with targeted improvement opportunities' : ($overallCulture >= 60 ? 'moderate cultural health requiring focused interventions' : 'significant cultural challenges requiring comprehensive action') }}.
|
Quick Wins (0-30 days)
|
Medium-Term (30-60 days)
|
Foundational (60-90 days)
|