{{ trans('app.create') }} gallery

{{ trans('app.add') }} gallery here...

{!!Form::vertical_open() ->id('create-gallery-gallery') ->method('POST') ->files('true') ->class('dashboard-form') ->action(guard_url('gallery/gallery'))!!}
@include('notifications') @include('gallery::user.gallery.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}