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