@if(count($faq)>0)
@foreach($faq as $key=> $item)

{!! $item->answer !!}
@endforeach
@endif