@foreach($faqs as $faq)
@endforeach
{{ $faq->question }}
{!! $faq->answer !!}
@extends(view_path('master')) @section('additional_head_tags') @if(captcha_is_enabled('contact') && captcha_is('google')) {!! google_captcha_js() !!} @endif @endsection @section('body')
{{ $faq->question }}