@if(!empty($errors->all()))
{{ Html::ul($errors->all())}}
@endif
{!! Form::label('topic', 'Topic:') !!}
{!! Form::select('topic', $items, $data['topic'], ['class' => 'form-control']) !!}
{{ Form::label('testno', 'Test No') }}
{{ Form::number('testno', $data['testno'], ['class'=>'form-control', 'placeholder'=>'Test Number']) }}
{{ Form::label('image', 'Test File (*.java) [Left empty if is not updated]') }}
{{ Form::file('testFile', ['class'=>'form-control']) }}