@extends('admin.layout.master') @section('title', ' الاختبارات') @section('content')

الاختبارات

@csrf @method('PATCH')
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('exam_content')) {{ $errors->first('exam_content') }} @endif
@if ($errors->has('exam_applications')) {{ $errors->first('exam_applications') }} @endif
@if ($errors->has('exam_results')) {{ $errors->first('exam_results') }} @endif
@if ($errors->has('more_information')) {{ $errors->first('more_information') }} @endif
@stop