Communicators
{{ $stats['communicators'] ?? 0 }}
Documents ready
{{ $stats['documents_ready'] ?? 0 }} / {{ $stats['documents_total'] ?? 0 }}
Briefings
{{ $stats['briefings'] ?? 0 }}
Gemini TTS
{{ ($stats['gemini'] ?? false) ? 'OK' : 'Missing' }}

Recent Press Prep scores

Latest scored sessions. Full list lives under Press Prep.

@forelse (($prepScores ?? collect())->take(10) as $s) @php $d = $s->debrief ?? []; $overall = $d['overall'] ?? null; $pct = is_numeric($overall) ? ($overall <= 10 ? round($overall * 10) : round($overall)) : null; $scores = $d['scores'] ?? []; @endphp @empty @endforelse
Communicator Session Status Readiness Pillars
{{ $s->user?->name ?? '-' }}
{{ $s->user?->party_id }} · {{ $s->user?->constituency }}
#{{ $s->id }} · {{ $s->outing_type }} · {{ $s->difficulty }} {{ $s->status }} @if($s->ended_early ?? ($d['ended_early'] ?? false)) early @endif {{ $pct !== null ? $pct.'%' : '-' }} A {{ $scores['accuracy'] ?? '-' }} · D {{ $scores['message_discipline'] ?? '-' }} · C {{ $scores['composure'] ?? '-' }}
No scored sessions yet. Assign Press Prep from that section.