@extends('admin.layout.master') @section('title', 'إختبارات تجريبية') @section('content')

إختبارات تجريبية

إنشاء جديد

@csrf
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop