@include('offlineexams.quizcategories.year-selection')
{{ Form::label('category_name', getphrase('category_name')) }} {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Test-1')) }}
{{-- {{ Form::label('exam_order', getphrase('exam_order')) }} {{ Form::text('exam_order', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => '1')) }}
{!! getValidationMessage()!!} {!! getValidationMessage('pattern')!!} {!! getValidationMessage('minlength')!!} {!! getValidationMessage('maxlength')!!}
--}}