This commit is contained in:
paoloar77
2024-12-07 17:06:17 +01:00
parent edca31cbbc
commit 56e6f3d4c5
2 changed files with 40 additions and 47 deletions

View File

@@ -22,11 +22,8 @@
<th>Formato</th>
<th>Misure</th>
<th>Rank 3 M</th>
<th>Vendite 3 M</th>
<th>Rank 6 M</th>
<th>Vendite 6 M</th>
<th>Rank 1 Y</th>
<th>Vendite 1 Y</th>
<th>Ult Ordi</th>
<th>Tot Venduto</th>
<th>Ult Mese</th>
@@ -63,44 +60,43 @@
<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>
<td>@if (isset($articolo->rank3M))
{{ $articolo->rank3M }}
@endif
@if (isset($articolo->vendite3M))
<td>{{ $articolo->vendite3M }}</td>
</td>
<td>@if (isset($articolo->rank6M))
{{ $articolo->rank6M }}
@endif
@if (isset($articolo->rank6M))
<td>{{ $articolo->rank6M }}</td>
@endif
@if (isset($articolo->vendite6M))
<td>{{ $articolo->vendite6M }}</td>
@endif
@if (isset($articolo->rank1Y))
<td>{{ $articolo->rank1Y }}</td>
@endif
@if (isset($articolo->vendite1Y))
<td>{{ $articolo->vendite1Y }}</td>
</td>
<td>@if (isset($articolo->rank1Y))
{{ $articolo->rank1Y }}
@endif
</td>
<td>@if (isset($articolo->ultimoOrdine)){{ \Carbon\Carbon::parse($articolo->ultimoOrdine)->format('d/m/Y') }}@endif
</td>
@if (isset($articolo->totaleVenduto))
<td>{{ $articolo->totaleVenduto }}</td>
@endif
@if (isset($articolo->totaleVendutoUltimoMese))
<td>{{ $articolo->totaleVendutoUltimoMese }}</td>
@endif
@if (isset($articolo->totaleVendutoUltimi6Mesi))
<td>{{ $articolo->totaleVendutoUltimi6Mesi }}</td>
@endif
@if (isset($articolo->totaleVendutoUltimoAnno))
<td>{{ $articolo->totaleVendutoUltimoAnno }}</td>
<td>@if (isset($articolo->totaleVenduti)){{ $articolo->totaleVenduti }}@endif</td>
<td></td>@if (isset($articolo->totaleVendutiUltimoMese))
{{ $articolo->totaleVendutiUltimoMese }}
@endif
@if (isset($articolo->totaleVendutoUltimi2Anni))
<td>{{ $articolo->totaleVendutoUltimi2Anni }}</td>
</td>
<td></td>@if (isset($articolo->totaleVendutiUltimi6Mesi))
{{ $articolo->totaleVendutiUltimi6Mesi }}
@endif
</td>
<td>@if (isset($articolo->totaleVendutiUltimoAnno))
{{ $articolo->totaleVendutiUltimoAnno }}
@endif
</td>
<td>@if (isset($articolo->totaleVendutiUltimi2Anni))
{{ $articolo->totaleVendutiUltimi2Anni }}
@endif
</td>
</tr>
@endif
@endforeach