@extends('faq::layouts.master') @section('title', trans('menu.faq_title')) @section('content')

{{ trans('faq.how_can_we_help') }}

@foreach ($categories as $key => $category) @endforeach
@include('faq::_faqs', [ 'faqs' => $items ])
@endsection @section('footer-script') @stop