@extends('layouts.admin') @section('title', 'Demographics') @section('header', 'Demographics Analysis') @section('subheader', 'Engagement breakdown by department') @section('content') @include('company.partials.survey-selector') @include('company.partials.low-volume-warning')
Only departments with 5+ responses are shown (anonymity protection)
@if(($analytics->total_responses ?? 0) < 5) Demographics analysis requires at least 5 total responses. @else No departments have enough responses (minimum 5) to display while protecting anonymity. @endif