Competing Values Framework - Culture Type Report
Generated: {{ now()->format('F j, Y') }}
| Culture Type | Score | Distribution | Status |
|---|---|---|---|
| {{ $name }} ({{ $key }}) | {{ $val }} |
|
@if($val == $maxCurrent) DOMINANT @endif |
| Culture Type | Score | Distribution | Status |
|---|---|---|---|
| {{ $name }} ({{ $key }}) | {{ $val }} |
|
@if($val == $maxDesired) DESIRED @endif |
| 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 |
{{ $survey->title }} - Competing Values Framework
| 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'] }} |
Current Dominant Culture: {{ $quadrantData['dominant_current']['name'] }}
{{ $quadrantData['dominant_current']['description'] }}
Desired Dominant Culture: {{ $quadrantData['dominant_desired']['name'] }}
{{ $quadrantData['dominant_desired']['description'] }}