@if ($book->cover_path) {{ $book->title }} @else
@endif
@if ($book->category) {{ $book->category }} @endif

{{ $book->title }}

By {{ $book->authors ->pluck('name') ->join(', ') }}

{{ $book->description ?: 'No description available.' }}

ISBN {{ $book->isbn }}
Publisher {{ $book->publisher?->name ?? 'Independent' }}
Language {{ $book->language }}
Loan Period {{ $book->loan_days }} days
Distribution

Your Institution's Rights