@extends('layouts.base') @section('ogimage') @overwrite @section('title') {{ strip_tags($book->title) }} ({{ strip_tags(\App\Core\Libraries\PeopleFormatting::formatAuthors($book->authors()->orderBy('people.last', 'asc')->get())) }}) @endsection @section('content')
@if($book->comment)
{!! $book->comment !!}
@endif
{{ $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) !!}
{{ number_format($entries->total()) }} {{ \App\Core\Libraries\Helpers::formatEntryWord($entries->total()) }} @if(auth()->user() && auth()->user()->isContributor())
@endif
@if(auth()->user() && auth()->user()->isContributor())
@endif @if(auth()->user() && auth()->user()->isAdmin())
@csrf
Update JSON
@endif
@if(count($book->saleUrlsActive))
@endif
@if(count($book->reviews) > 0)
This publication has been reviewed by
    @foreach($book->reviews as $review)
  • {!! \App\Core\Libraries\PeopleFormatting::formatReviewer($review->creatorsArr()) !!} ({{ $review->book->title }}, @if($review->book->type) {{ \App\Core\Libraries\Helpers::formatIssueForBehindBookTitle($review->volume, $review->issue) }}, @endif {{ $review->month }} {{ $review->year }}, p. {{ \App\Core\Libraries\Helpers::formatPageNumber((int)$review->page) }})
  • @endforeach
@endif
Cover photograph
@if(count($entries)) @include('entries.entriestable', ['hide' => \App\Core\Libraries\Helpers::getHideArrayToBook($book)]) @else
No data.
@include('includes.contributors.editing-files') @endif
Data entered by {{ $book->worker }}, {{ date("F Y", strtotime($book->created_at)) }}. @if(auth()->user() && auth()->user()->isContributor())
@endif
@if(auth()->user() && auth()->user()->isContributor()) @include('includes.contributors.new-entry-form') @include('modals.new-quote') @endif
@endsection