{{ $step }}
{{ $question->question }}
@if( $question->sub_title )
{{ $question->sub_title }}
@endif @if ($question->input_type == 'textarea')
@else
@php $choices = @json_decode( $question->choice ); $idx = 0; @endphp @if( $choices ) @endif
@endif
     @if( $next_step <= $last_step ) @else DOWNLOAD @endif