{{ $title}}

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