Books
All Books {{ $books->count() }}
Add Book| ID | Title | Author | Publisher | Category | Cover Image | Actions |
|---|---|---|---|---|---|---|
| {{ $book->id }} | {{ $book->title }} | {{ $book->author }} | {{ $book->publisher }} | {{ $book->category->name }} |
@if(file_exists(public_path($book->cover_image)))
|
|
|
No books found
|
||||||