{{ $helper->faqHeading() }}

{{--

{{ $helper->faqContent() }}

--}}
@php $get_faq = \DB::table('faqs')->where('status', 0)->take(5)->get(); @endphp @foreach ($get_faq as $key => $value)
{{ $value->question }}
{!! $value->answer !!}
@endforeach