@extends('admin.layout.master') @section('title', 'الأسئلة المتكررة') @section('content')

الأسئلة المتكررة

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
@stop