Witness Statement — Design Exercise

Four working concepts over the same shared backend and demo data ({{ $client->fullName }}). Each is independently navigable and demonstrates every state.

Comparison & recommendation
@foreach($concepts as $i => $concept)
Concept {{ $i + 1 }} @if($concept['recommended']) Recommended @endif
{{ $concept['name'] }}

{{ $concept['tagline'] }}

Best for: {{ $concept['best'] }}

@endforeach
All four concepts share one WitnessStatementService, one questionnaire config, one set of x-witness.* components and the same demo record — they differ only in information architecture and interaction. Actions (save answer, accept/reject suggestion, add/remove exhibit, generate) work identically in each.