{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'online_exam_question_edit', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'online_add_question_edit']) }}
@if($type == "M") @php $multiple_options = $online_exam_question->multipleOptions; $number_of_option = $online_exam_question->multipleOptions->count(); @endphp
@php $i=0; @endphp @foreach($multiple_options as $multiple_option) @php $i++; @endphp
@endforeach
@elseif($type == "T")

trueFalse == 'T'? 'checked': ''}}>
trueFalse == 'F'? 'checked': ''}}>
@else
@endif
{{ Form::close() }}