@lang('tr.Information') @if($publication->canEdit()) @lang('tr.Edit') @endif
@if($publication->contributors) @endif @if(count($publication->externalIDs)>0) @endif
@lang('tr.Title') @if($publication->url) {{ $publication->title }} @else {{ $publication->title }} @endif
@lang('tr.Journal Name') {{ $publication->journal_name }}
@lang('tr.Authors') {{$publication->contributors}}
@lang('tr.Language') {{ \App\Publication::language()[$publication->language] }}
@lang('tr.Type of Source') {{ \App\Publication::typeOfSource()[$publication->type_of_source] }}
@lang('tr.Year') {{ $publication->year }}
@lang('tr.Other') {{ $publication->info }}
@lang('tr.File') @if($publication->file) {{ $publication->file->title }}.{{ $publication->file->extension }} @endif
@lang('tr.External URLs') @foreach($publication->externalIDs as $externalID) @if($externalID->url) {{ $externalID->url }} @endif @if(!$loop->last)
@endif @endforeach