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

صفحة الاختبارات

إنشاء جديد

@csrf
@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 @section('scripts') @stop