All Books
Browse the complete repository of intellectual property and reference material.
| Title & Author | Category | Format | Status | Actions |
|---|---|---|---|---|
|
{{ $book->judul }}
{{ $book->penulis ?? '-' }}
|
@if($book->category) {{ $book->category->nama_kategori }} @else – @endif |
@if($book->tipe == 'digital')
tablet_android
Digital
@else
book
Fisik
@endif
|
@if ($book->jumlah_tersedia > 0)
Available
@else
Borrowed
@endif
|
@if ($book->jumlah_tersedia > 0)
@else
Waitlist
@endif
Detail
|
| No books available at the moment. | ||||
Showing {{ $books->firstItem() ?? 0 }} – {{ $books->lastItem() ?? 0 }} of {{ $books->total() ?? 0 }} books
{{ $books->appends(request()->query())->links() }}