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