@if($errors->has('collection_id'))
{{$errors->first('collection_id')}}
@endif
@if($item_schema->getFieldSchema('language'))
@if($errors->has('title'))
{{$errors->first('title')}}
@endif
@endif
@if($item_schema->getFieldSchema('title'))
@endif
@if($item_schema->getFieldSchema('creators'))
@endif
@if($item_schema->getFieldSchema('issued'))
@if($item_schema->getFieldSchema('issued')->type == 'year')
@endif
@endif
@if($item_schema->getFieldSchema('publisher'))
@endif
@if($item_schema->getFieldSchema('publisher-place'))
@endif
@if($item_schema->getFieldSchema('volume'))
@endif
@if($item_schema->getFieldSchema('number-of-volumes'))
@endif
@if($item_schema->getFieldSchema('edition'))
@endif
@if($item_schema->getFieldSchema('collection-title'))
@endif
@if($item_schema->getFieldSchema('collection-number'))
@endif
@if($item_schema->getFieldSchema('number-of-pages'))
@endif
@if($item_schema->getFieldSchema('genre'))
@endif
@if($item_schema->getFieldSchema('source'))
@endif
@if($item_schema->getFieldSchema('archive'))
@endif
@if($item_schema->getFieldSchema('archive-location'))
@endif
@if($item_schema->getFieldSchema('abstract'))
@endif
@if($item_schema->getFieldSchema('isbn'))
@endif
@if($item_schema->getFieldSchema('short-title'))
@endif
@if($item_schema->getFieldSchema('doi'))
@endif