@extends('layouts.admin') @php $isDenison = $activeSurvey && isset($analytics) && $analytics && !empty($analytics->category_scores) && isset($analytics->category_scores['denison-mission']); @endphp @section('title', 'Dashboard') @section('header', $isDenison ? 'Culture Assessment Dashboard' : 'Engagement Dashboard') @section('subheader', $isDenison ? 'Denison Organizational Culture Model - Assessment Results' : 'Overview of your latest employee engagement survey results') @section('header-actions') @if($activeSurvey) View Active Survey @endif Download Report @endsection @section('content')
Overall Score
@if($responseStats['total_invitations'] > 0) {{ $responseStats['via_invitation'] }} invited, {{ $responseStats['via_direct_link'] }} direct @else All via direct link @endif
Average of all responses
Distribution of employees by engagement level
Performance across the engagement dimensions
{{ $item['question_text'] }}
{{ number_format($item['score'], 0) }}% favorable ยท {{ $item['category'] }}
{{ $item['question_text'] }}
{{ number_format($item['score'], 0) }}% favorable ยท {{ $item['category'] }}
There is no active employee engagement survey at the moment.
@if(auth()->user()->isSuperAdmin()) Create New Survey @elsePlease contact your administrator to create a new survey.
@endif