This commit is contained in:
paoloar77
2024-11-29 13:28:23 +01:00
parent 255597a3f1
commit db3f46dfba
2 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,8 @@
<th>Titolo</th>
<th>Data Pubblicazione</th>
<th>ISBN</th>
<th>Pagine</th>
<th>Formato</th>
<th>Rank 3 Mesi</th>
<th>Rank 6 Mesi</th>
<th>Rank 1 Anno</th>
@@ -47,13 +49,14 @@
<td>@if (isset($articolo->Titolo)){{ $articolo->Titolo }}@endif</td>
<td>@if (isset($articolo->DataPubblicazione)){{ \Carbon\Carbon::parse($articolo->DataPubblicazione)->format('d/m/Y') }}@endif
</td>
<td>@if (isset($articolo->Ean13)){{ $articolo->Ean13 }}@endif</td>
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
<td>@if (isset($articolo->IdTipoFormato)){{ $articolo->IdTipoFormato }}@endif</td>
@if (isset($articolo->rank3M))
<td>{{ $articolo->rank3M }}</td>