Update book table to cintain extra info

This commit is contained in:
Tyler
2020-12-27 04:29:52 -05:00
parent 428213d49f
commit 58e27a38ad
8 changed files with 25351 additions and 3 deletions

View File

@ -6,6 +6,7 @@
<thead>
<th>Name</th>
<th>Authors</th>
<th>Actions</th>
</thead>
<tbody>
@foreach ($rows as $row)