{{ ucwords(strtolower($data['display_title'])) }}
: Questions
@foreach($data['units'] as $unit)
{{ $unit->name }}
@foreach($unit->questionList as $index=>$qstn) @if(count($unit->questionList)>0) @php $index++; @endphp
{{ $index }}. {!! ucfirst(strtolower($qstn)) !!}
@endif @endforeach
@endforeach