@php $i=0; @endphp @foreach ($faqData as $item)
  • {{ $item->title }}?

    {!! $item->description !!}

  • @php $i++; @endphp @endforeach