@extends('layouts.main')
@section('title')
{{ __('FAQ') }}
@endsection
@section('page-main-title')
{{ __('FAQ') }}
@endsection
@section('content')
{{ __('Create FAQ') }}
{{ __('ID') }}
{{ __('Question') }}
{{ __('Answer') }}
{{ __('Enable/Disable') }}
{{ __('Action') }}