@extends('admin.layout.master') @section('title', 'الأسئلة والإجابات') @section('content')

الأسئلة والإجابات

@csrf
@if ($errors->has('question_ar')) {{ $errors->first('question_ar') }} @endif
@if ($errors->has('question_en')) {{ $errors->first('question_en') }} @endif
@if ($errors->has('answer_ar')) {{ $errors->first('answer_ar') }} @endif
@if ($errors->has('answer_en')) {{ $errors->first('answer_en') }} @endif
@stop