@extends('layouts.master') @section('title') {{ __('Manage Online Exam Questions') }} @endsection @section('content')
{!! Form::text('', $onlineExamQuestion->class_section_with_medium, ['readonly' => true,'class' => 'form-control',]) !!} {{-- {!! Form::hidden('class_section', $onlineExamQuestion->class_section_id) !!} --}}
{!! Form::text('', $onlineExamQuestion->subject_with_name, ['readonly' => true,'class' => 'form-control',]) !!} {{-- {!! Form::hidden('subject_id', $onlineExamQuestion->subject_id) !!} --}}
{!! Form::hidden('id','', ['class'=>'option-id']) !!} {!! Form::hidden('number','', ['class'=>'option-number']) !!}
@endsection @section('script') @endsection