@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('dashboard.add_model', ['model' => __('messages.models.faq')]) }} @endsection @section('content')

{{ __('dashboard.add_model', [ 'model' => __('messages.models.faq') ]) }}

@csrf
{{-- Question (Arabic) --}}
@error('question.ar') {{ $message }} @enderror
{{-- Question (English) --}}
@error('question.en') {{ $message }} @enderror
{{-- Answer (Arabic) --}}
@error('answer.ar') {{ $message }} @enderror
{{-- Answer (English) --}}
@error('answer.en') {{ $message }} @enderror
@endsection @section('script') @stack('datatableScripts') @endsection