This commit is contained in:
paoloar77
2024-12-02 11:23:33 +01:00
parent db3f46dfba
commit e19e0252fb
2 changed files with 7 additions and 3 deletions

View File

@@ -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>