@extends('layouts.app') @section('content')

{{trans('lang.faq_plural')}}|{{trans('lang.faq_desc')}}

@include('flash::message')
@include('faqs.table')
@endsection