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

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

{!!Form::vertical_open() ->id('create-gcategory-category') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/gcategory/category'))!!}
@include('public::notifications') @include('gcategory::user.category.partial.entry')
{!! Form::close() !!}