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