@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.faqQuestion.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('category'))
{{ $errors->first('category') }}
@endif {{ trans('cruds.faqQuestion.fields.category_helper') }}
@if($errors->has('question'))
{{ $errors->first('question') }}
@endif {{ trans('cruds.faqQuestion.fields.question_helper') }}
@if($errors->has('answer'))
{{ $errors->first('answer') }}
@endif {{ trans('cruds.faqQuestion.fields.answer_helper') }}
@endsection