@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Create New FAQ Answer') }}

@csrf
{{ __('Question') }}
@error('question')

{{ $errors->first('question') }}

@enderror
{{ __('FAQ Status') }}
{{ __('Answer') }}
@error('answer')

{{ $errors->first('answer') }}

@enderror
{{ __('Return') }}
@endsection @section('js') @endsection