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

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

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