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