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