@props([ 'section', 'sectionProgress' => null, ])
{{ $section->title }} @if($section->sensitive) Sensitive @endif
{{ $section->group }}
@if($sectionProgress) {{ $sectionProgress['answered'] }}/{{ $sectionProgress['total'] }} @endif
{{ $slot }}