aggio Argomento

This commit is contained in:
paoloar77
2025-02-12 09:33:53 +01:00
parent 397f3bcfd9
commit 36b7852194
4 changed files with 14 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
<th>Data Pubbl</th>
<th>ISBN</th>
<th>Collana</th>
<th>Argomento</th>
<th>Pagine</th>
<th>Misure</th>
<th>Rank 3 M</th>
@@ -64,6 +65,9 @@
<td>@if (isset($articolo->DescrizioneCollana)){{ $articolo->DescrizioneCollana }}@endif
(@if (isset($articolo->IdCollana)){{ $articolo->IdCollana }}@endif)
</td>
<td>@if (isset($articolo->DescrArgomento)){{ $articolo->DescrArgomento }}@endif
(@if (isset($articolo->IArgomento)){{ $articolo->IArgomento }}@endif)
</td>
<td>@if (isset($articolo->Pagine)){{ $articolo->Pagine }}@endif</td>
<td>@if (isset($articolo->Misure)){{ $articolo->Misure }}@endif</td>