{{ $cvfScores['response_count'] }}
TOTAL RESPONSES

{{ $survey->title }}

Competing Values Framework - Culture Type Report

Generated: {{ now()->format('F j, Y') }}

Current Culture Profile
@php $types = ['A' => 'Clan', 'B' => 'Adhocracy', 'C' => 'Market', 'D' => 'Hierarchy']; $colors = ['A' => '#3b82f6', 'B' => '#f59e0b', 'C' => '#ef4444', 'D' => '#6366f1']; $maxCurrent = max($cvfScores['current']); @endphp @foreach($types as $key => $name) @php $val = $cvfScores['current'][$key]; @endphp @endforeach
Culture Type Score Distribution Status
{{ $name }} ({{ $key }}) {{ $val }}
@if($val == $maxCurrent) DOMINANT @endif
Desired Culture Profile
@php $maxDesired = max($cvfScores['desired']); @endphp @foreach($types as $key => $name) @php $val = $cvfScores['desired'][$key]; @endphp @endforeach
Culture Type Score Distribution Status
{{ $name }} ({{ $key }}) {{ $val }}
@if($val == $maxDesired) DESIRED @endif
Gap Analysis
@foreach($gapAnalysis as $key => $gap) @endforeach
Culture Type Current Desired Gap Direction
{{ $gap['name'] }} ({{ $gap['key'] }}) {{ $gap['current'] }} {{ $gap['desired'] }} {{ $gap['gap'] > 0 ? '+' : '' }}{{ $gap['gap'] }} @if($gap['direction'] === 'increase') INCREASE @elseif($gap['direction'] === 'decrease') DECREASE @else ALIGNED @endif

Dimension Breakdown & Recommendations

{{ $survey->title }} - Competing Values Framework

Dimension Breakdown (6 OCAI Dimensions)
@foreach($dimensionBreakdown as $dim) @endforeach
Dimension Current Culture Desired Culture
Clan Adhocracy Market Hierarchy Clan Adhocracy Market Hierarchy
{{ $dim['name'] }} {{ $dim['current']['A'] }} {{ $dim['current']['B'] }} {{ $dim['current']['C'] }} {{ $dim['current']['D'] }} {{ $dim['desired']['A'] }} {{ $dim['desired']['B'] }} {{ $dim['desired']['C'] }} {{ $dim['desired']['D'] }}
OVERALL AVERAGE {{ $cvfScores['current']['A'] }} {{ $cvfScores['current']['B'] }} {{ $cvfScores['current']['C'] }} {{ $cvfScores['current']['D'] }} {{ $cvfScores['desired']['A'] }} {{ $cvfScores['desired']['B'] }} {{ $cvfScores['desired']['C'] }} {{ $cvfScores['desired']['D'] }}
Interpretation

Current Dominant Culture: {{ $quadrantData['dominant_current']['name'] }}
{{ $quadrantData['dominant_current']['description'] }}

Desired Dominant Culture: {{ $quadrantData['dominant_desired']['name'] }}
{{ $quadrantData['dominant_desired']['description'] }}

@if($quadrantData['dominant_current']['key'] !== $quadrantData['dominant_desired']['key'])
Culture Shift Desired: The organization currently operates primarily as a {{ $quadrantData['dominant_current']['name'] }} culture but aspires to become more of a {{ $quadrantData['dominant_desired']['name'] }} culture. This shift requires deliberate leadership commitment and organizational change management.
@endif
@if(!empty($recommendations))
Recommendations
@foreach($recommendations as $rec)
{{ $rec['title'] }}
@foreach($rec['items'] as $item)
- {{ $item }}
@endforeach
@endforeach
@endif