{{ $title}}

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{ trans('store.categories.name') }}
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
{{ trans('store.categories.remaining') }}