@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($errors->has('collection_id')) @endif
@if($document->item_schema->getFieldSchema('language'))
@if($errors->has('title')) @endif
@endif @if($document->item_schema->getFieldSchema('title'))
@if($errors->has('title')) @endif
@endif @if($document->item_schema->getFieldSchema('creators'))
ردیف نقش نام/عنوان
@endif @if($document->item_schema->getFieldSchema('issued')) @if($document->item_schema->getFieldSchema('issued')->type == 'year')
@if($errors->has('issued')) @endif
@endif @endif @if($document->item_schema->getFieldSchema('publisher'))
@if($errors->has('publisher')) @endif
@endif @if($document->item_schema->getFieldSchema('publisher-place'))
@if($errors->has('publisher-place')) @endif
@endif @if($document->item_schema->getFieldSchema('volume'))
@if($errors->has('volume')) @endif
@endif @if($document->item_schema->getFieldSchema('number-of-volumes'))
@if($errors->has('number-of-volumes')) @endif
@endif @if($document->item_schema->getFieldSchema('edition'))
@if($errors->has('edition')) @endif
@endif @if($document->item_schema->getFieldSchema('collection-title'))
@if($errors->has('collection-title')) @endif
@endif @if($document->item_schema->getFieldSchema('collection-number'))
@if($errors->has('collection-number')) @endif
@endif @if($document->item_schema->getFieldSchema('number-of-pages'))
@if($errors->has('number-of-pages')) @endif
@endif @if($document->item_schema->getFieldSchema('genre'))
@if($errors->has('genre')) @endif
@endif @if($document->item_schema->getFieldSchema('source'))
@if($errors->has('source')) @endif
@endif @if($document->item_schema->getFieldSchema('archive'))
@if($errors->has('archive')) @endif
@endif @if($document->item_schema->getFieldSchema('archive-location'))
@if($errors->has('archive-location')) @endif
@endif @if($document->item_schema->getFieldSchema('abstract'))
@if($errors->has('abstract')) @endif
@endif @if($document->item_schema->getFieldSchema('isbn'))
@if($errors->has('isbn')) @endif
@endif @if($document->item_schema->getFieldSchema('short-title'))
@if($errors->has('short-title')) @endif
@endif @if($document->item_schema->getFieldSchema('doi'))
@if($errors->has('doi')) @endif
@endif
@endsection