@if($designMode) @endif @if($demoState === 'loading') @elseif(! $hasStatement || $demoState === 'empty') @else @php $sections = $questionnaire->sections(); $activeSection = $sections->firstWhere('key', $activeSectionKey) ?? $sections->first(); @endphp
{{-- LEFT — Source documents & evidence --}}
Relevant evidence
Evidence Review
@if($evidence->isEmpty())

No confirmed evidence for this claim yet.

@else
    @foreach($evidence as $item)
  • “{{ \Illuminate\Support\Str::limit($item->quote, 120) }}”
  • @endforeach
@endif
{{-- RIGHT — Editable statement --}}
Notes
@endif