@extends('layouts.admin-master') @section('title') تعديل السؤال الخاص بالاختبار : {{$exam->name}} @endsection @section('styles') @endsection @section('button')
العودة للاختبار الاختبارات
@endsection @section('content') @if ($errors->any())
@endif @if(session('message'))
{{session('message')}}
@endif
@csrf @method('PATCH')
نص السؤال @error('question') {{$message}} @enderror
الصورة :
@if($question->qimgurl) @endif

* صيغة الصورة : jpeg ,jpg , png

@error('qimgurl') {{$message}} @enderror
الخيارات @foreach($question->options as $key=>$option) @if($loop->first) @if($question->qtype_id == 1) @endif @else @endif @endforeach
@error('answers.$key.option') {{$message}} @enderror
@if($option->oimgurl) @endif @error('productsImages') {{ $message }} @enderror
@error('answers.$key.points') {{ $message }} @enderror

@endsection @section('scripts') @endsection