@extends('components.dashboard.layouts.master') @section('title') {{__('Add FAQ')}} @endsection @section('content')

{{__('Add FAQ')}}

@csrf
@error('question_ar')
{{$message}}
@enderror
@error('question_en')
{{$message}}
@enderror
@error('answer_ar')
{{$message}}
@enderror
@error('answer_en')
{{$message}}
@enderror
@endsection @section('script') @endsection