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

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

@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