@extends('admin.layout.index') @section('title') {{__('messages.updated-faq')}} @endsection @section('content')

{{__('messages.updated-faq')}}

{{__('messages.add-faq-desc')}}
@if ($errors->has('question_ar')) {{ $errors->first('question_ar') }} @endif
@if ($errors->has('answer_ar')) {{ $errors->first('answer_ar') }} @endif
@if ($errors->has('enable')) {{ $errors->first('enable') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('question_en')) {{ $errors->first('question_en') }} @endif
@if ($errors->has('answer_en')) {{ $errors->first('answer_en') }} @endif
@endsection @section('js') @endsection