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