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

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

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

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