@include('partials.head')
{{--
Loading...
--}} @include('partials.sidebar')
@include('partials.header')
@csrf @method('PUT')
Edit Descriptive Type Question
@error('chapter_id') {{$message}} @enderror
@error('question') {{$message}} @enderror
@if ($descriptiveQuestion->question_img) Icon Preview @endif
@error('question_img') {{$message}} @enderror
@error('sub_question') {{$message}} @enderror
@if ($descriptiveQuestion->sub_question_img) Icon Preview @endif
@error('sub_question_img') {{$message}} @enderror
@error('answer') {{$message}} @enderror
@if ($descriptiveQuestion->answer_img) Icon Preview @endif
@error('answer_img') {{$message}} @enderror
{{-- success message --}} {{-- end --}} {{-- image preview --}} {{-- Already selected class,book,module and chapter display --}}