{!!Form::vertical_open()
->id('question-question-create')
->method('POST')
->files('true')
->action(guard_url('question/question'))!!}
{{ trans('app.new') }} [{!! trans('question::question.name') !!}]
@include('question::admin.question.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}