{{ $book->year }}
Written by
{!! \App\Core\Libraries\PeopleFormatting::formatAuthors($book->authors()->orderBy('people.last', 'asc')->get()) !!}
Work of
{!! \App\Core\Libraries\PeopleFormatting::formatArtists($book->artists()->orderBy('people.last', 'asc')->get()) !!}
{{ number_format($book->pages) }} pages ({{ $book->binding }}),
@if($book->paginated === 'no') without pagination, @endif
published by publisherInfo->id) }}'>{{ $book->publisherInfo->company }}
{!! \App\Core\Libraries\Helpers::formatIllustrationInfo($book) !!}
Language: {!! \App\Core\Libraries\Helpers::formatLanguages($book->languages) !!}