@extends($active_theme) @section('title') {{__('user.FAQ')}} @endsection @section('meta') @endsection @section('frontend-content')

{{__('user.Frequently Asked Questions')}}

{{__('user.There are many variations of passages of Lorem Ipsum available but the majority')}}

@foreach ($faqs as $index => $faq)

{!! clean($faq->answer) !!}
@endforeach
@endsection