@if($designMode) @endif @if($demoState === 'loading') @elseif(! $hasStatement || $demoState === 'empty') @else @php $totalSteps = count($stepGroups) + 1; @endphp
{{-- Stepper --}}
Step {{ $step + 1 }} of {{ $totalSteps }} {{ $progress->overallPercent() }}% complete
@foreach($stepGroups as $i => $group) @php $gp = $progress->groups[$group] ?? ['percent' => 0]; @endphp @endforeach
@if(! $isReviewStep && $currentGroup) {{-- Sections within the current group --}} @foreach($questionnaire->sectionsForGroup($currentGroup) as $section) @endforeach @else {{-- Review step --}}
Review & generate

Check the summary below before converting to a witness statement.

@if($progress->requiredUnanswered) @endif @if($progress->awaitingReview)
{{ $progress->awaitingReview }} suggested answer(s) still awaiting review across the questionnaire.
@endif @if($progress->conflicts) @endif

Notes
@endif {{-- Nav --}}
@unless($isReviewStep) @endunless
@endif