@extends($layout) @section('header_scripts') @stop @section('content')

{{$examtitle}}

{!! Form::open(array('url' => URL_OFFLINE_EXAMS_ADD, 'method' => 'POST')) !!}
{{ Form::label('select_subject', getphrase('select_course')) }} * {{Form::select('quiz_applicability_id',$quizzes, null, [ 'class' => 'form-control', 'id' =>'select_academic_year' ])}}
{!! Form::close() !!}
@stop @section('footer_scripts') @stop