Books Inventory

Manage and track your digital and physical library collection.

search
expand_more
expand_more
@forelse($books as $book) @empty @endforelse
Kode Buku Judul & Penulis Kategori Tipe Total Available Lokasi Rak Actions
{{ $book->kode_buku }}
{{ $book->judul }} {{ $book->penulis ?? '-' }}
@if($book->category) {{ $book->category->nama_kategori }} @else - @endif
@if($book->tipe == 'fisik') menu_book Physical @else cloud Digital @endif
@if($book->tipe == 'digital') ∞ @else {{ $book->jumlah_total }} @endif @if($book->tipe == 'digital')
Unlimited
@else
{{ $book->jumlah_tersedia }} In Stock
@endif
{{ $book->lokasi_rak ?? ($book->tipe == 'digital' ? 'Cloud Storage' : '-') }} visibility edit
@csrf @method('DELETE')
Belum ada data buku.