Manage LiteraHub titles, authors, publishers, review status and distribution rights.
| Book | ISBN | Publisher | Category | Status | Rights | Updated | |
|---|---|---|---|---|---|---|---|
|
{{ $bookInitials }}
|
{{-- ISBN --}}
{{ $book->isbn }} | {{-- Publisher --}}{{ $book->publisher?->name ?? 'Independent' }} | {{-- Category --}}{{ $book->category ?? '—' }} | {{-- Status --}}
|
{{-- Rights --}}
@if ($book->allow_online_reading)
Read
@endif
@if ($book->allow_print)
Print
@endif
@if ($book->allow_download)
Download
@endif
|
{{-- Updated --}}
{{ $book->updated_at?->format('d M Y') }} | {{-- Actions --}}
Add your first book or adjust the current filters.
@can('create', App\Models\Book::class) Add Book @endcan