aaa
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<th>ISBN</th>
|
||||
<th>Pagine</th>
|
||||
<th>Formato</th>
|
||||
<th>Misure</th>
|
||||
<th>Rank 3 Mesi</th>
|
||||
<th>Rank 6 Mesi</th>
|
||||
<th>Rank 1 Anno</th>
|
||||
@@ -57,6 +58,7 @@
|
||||
|
||||
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
|
||||
<td>@if (isset($articolo->IdTipoFormato)){{ $articolo->IdTipoFormato }}@endif</td>
|
||||
<td>@if (isset($articolo->misure)){{ $articolo->misure }}@endif</td>
|
||||
|
||||
@if (isset($articolo->rank3M))
|
||||
<td>{{ $articolo->rank3M }}</td>
|
||||
|
||||
Reference in New Issue
Block a user