@if ($errors->has('item_type_id'))
{!! $errors->first('item_type_id') !!}
@endif
@if ($errors->has('attribute_set_id'))
{!! $errors->first('attribute_set_id') !!}
@endif
tagDetails->isNotEmpty() ? 'checked' : '' }}>
@if ($errors->has('description'))
{!! $errors->first('description') !!}
@endif
@foreach ($attribute_desc->tagDetails as $index => $tagDetail)
@endforeach
@if ($errors->has('is_active'))
{!! $errors->first('is_active') !!}
@endif