{!! clean($faq->detail) !!}
@php $i=0; @endphp
@foreach ($faqs as $row)
@php $i++; @endphp
@endforeach
{!! clean($row->faq_content) !!}