{{ $book->isbn }} @if ($book->edition) · {{ $book->edition }} @endif
By {{ $book->authors->pluck('name')->join(', ') ?: 'Unknown Author' }}
{{ $book->description }}
No description has been provided for this title.
{{ $book->rights_statement }}
{{ $book->review_notes }}