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

@yield('title')

@endsection @section('content')
@can('faq-create')
@csrf
{{__("Add FAQ")}}
@foreach($languages as $index => $language)
code === 'en' ? 'required' : '' }}>
@endforeach
@endcan
{{ __('ID') }} {{ __('Questions') }} {{__('Answers')}} {{ __('Action') }}
@can('faq-update') @endcan
@endsection