@extends('backend.superadmin.index') @section('body')
{{$heading}}
@include('layouts.message')

{{$heading}} Back

{{csrf_field()}}
Question *
Use Image on Question?*
use_image=='yes') @else style="display: none;" @endif> @if(isset($question->image)) @else @endif
Marks*
Limit Time (in Second)
Question Group*
@foreach($terms as $term) @if(\App\OnlineExam\SubjectQuestionTerm::where('subject_question_id',$question->id)->where('term_id',$term->id)->first())
@else
@endif @endforeach
type=='Objective') @else style="display: none;" @endif> @if(count($question->questionOptions)>0)
@foreach($question->questionOptions as $questionOption) @endforeach
Options
a
type=='True') checked="checked" @endif id="option_status{{$questionOption->id}}" name="status">
Use Image?*
@if(isset($questionOption->image)) @endif
@else
Options
a
Use Image?*
b
Use Image?*
c
Use Image?*
d
Use Image?*
@endif
@endsection @section('script') @endsection