@extends('layouts.app') @section('title', 'Analytics') @push('styles') @endpush @section('content') {{-- ════════ KPI STRIP ════════ --}}
{{ number_format($total) }}
Total Submissions
{{ number_format($valuable) }}
Valuable Feedback
{{ number_format($implementable) }}
Implementable Ideas
{{ number_format($ceoChoice) }}
CEO Choice Awards
{{ $actionableRate }}%
Actionable Rate
{{-- ════════ 30-DAY TREND LINE ════════ --}}
30-Day Submission Trend
Daily feedback submissions over the last 30 days
{{-- ════════ SOURCE DONUT + QUALITY DONUT ════════ --}}
Feedback by Source
Where submissions are coming from
@if(array_sum($sourceData) > 0)
@else
No submission data yet
@endif
Feedback Quality Mix
Distribution by management review flags
@if($total > 0)
@else
No feedback data yet
@endif
{{-- ════════ PROJECT SUBMISSIONS BAR ════════ --}}
Submissions by Project
Total feedback received per CashBaba strategic project
{{-- ════════ RESPONDENT TYPE + LANGUAGE ════════ --}}
Respondent Type Breakdown
Who is providing feedback
@if(count($respondentLabels) > 0)
@else
No respondent data yet
@endif
Language Distribution
Survey language preference of respondents
@if(count($languageLabels) > 0)
@else
No language data yet
@endif
{{-- ════════ STACKED SOURCE TREND ════════ --}}
Source Breakdown — Last 30 Days
Daily view of submissions split by collection source
{{-- ════════ MONTHLY VOLUME BAR ════════ --}}
Monthly Submission Volume
Feedback collected over the last 6 months
@endsection @push('scripts') @endpush