{!! Form::open(['route' => 'question.store', 'files' => true, 'id' => 'add-question-form']) !!} {!! Form::hidden('exam_id', $exam_id, []) !!} {!! Form::hidden('exam_category_id', $category_id, []) !!} {!! Form::hidden('redirect_head', 'ajax_create', []) !!}