@php $i=0; @endphp
@foreach ($faqs as $item)
@php $i++; @endphp
@endforeach
{!! $item->answer !!}