|
@@ -14,7 +14,6 @@
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
<th>Название</th>
|
|
<th>Название</th>
|
|
- <th>Аннотация</th>
|
|
|
|
<th>ISBN</th>
|
|
<th>ISBN</th>
|
|
<th>Год</th>
|
|
<th>Год</th>
|
|
<th>Страниц</th>
|
|
<th>Страниц</th>
|
|
@@ -22,7 +21,6 @@
|
|
@foreach ($author->books as $row)
|
|
@foreach ($author->books as $row)
|
|
<tr>
|
|
<tr>
|
|
<td><a href="/book/{{$row->id}}">{{$row->name}}</a></td>
|
|
<td><a href="/book/{{$row->id}}">{{$row->name}}</a></td>
|
|
- <td>{{$row->annotation}}</td>
|
|
|
|
<td>{{$row->isbn}}</td>
|
|
<td>{{$row->isbn}}</td>
|
|
<td>{{$row->year}}</td>
|
|
<td>{{$row->year}}</td>
|
|
<td>{{$row->pagecount}}</td>
|
|
<td>{{$row->pagecount}}</td>
|