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