@extends('layouts.main') @section('title') {{__("FAQ")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@can('faq-create')
@csrf
{{__("Add FAQ")}}
Maximum: 500 words (~4000 characters). Please be concise and clear.
@endcan
{{ __('ID') }} {{ __('Questions') }} {{__('Answers')}} {{ __('Action') }}
@can('faq-update') @endcan
@endsection