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