@if($page_data->faq_detail != '')
{!! $page_data->faq_detail !!}
@endif
@php $i=0; @endphp
@foreach($faq_data as $item)
@php $i++; @endphp
@endforeach
{!! $item->faq_detail !!}