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

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

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