Books Inventory
Manage and track your digital and physical library collection.
| 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 |
| Belum ada data buku. | |||||||