{{ $composer->questionNumber($question) }}-
{{ $composer->questionText($question) }}
@if ($composer->shouldRenderQuestionDescription($question))
{{ $composer->questionDescription($question) }}
@endif
@include ('qrcode.components.lead-form.answers.' . $question['type'], compact('question', 'id'))