auto_stories

E-Library

All Books

Browse the complete repository of intellectual property and reference material.

search
expand_more
@forelse ($books as $book) @empty @endforelse
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)
@csrf
@else Waitlist @endif Detail
No books available at the moment.
@if(method_exists($books, 'links') && $books->hasPages())
Showing {{ $books->firstItem() ?? 0 }} – {{ $books->lastItem() ?? 0 }} of {{ $books->total() ?? 0 }} books
{{ $books->appends(request()->query())->links() }}
@endif