@if ($errors->has('item_type_id'))
{!! $errors->first('item_type_id') !!}
@endif
@if ($errors->has('attribute_set_id'))
{!! $errors->first('attribute_set_id') !!}
@endif
@if ($errors->has('description'))
{!! $errors->first('description') !!}
@endif
@if ($errors->has('is_active'))
{!! $errors->first('is_active') !!}
@endif