{{ ucwords(strtolower($data['display_title'])) }}
@if(count($data['questions'])>0) @php $qno = 1;$t=0; $count = count($data['questions']); @endphp @for($i=0;$i<$count;$i++) @if($i < 20) @endif @php $qno++;$s =1; @endphp @endfor @endif
{{ $qno }}. {!! ucfirst(strtolower($data['questions'][$i])) !!}