aa
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user