aa
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<tr>
|
||||
<th>ID Articolo</th>
|
||||
<th>Descrizione</th>
|
||||
<th>ultimaDataOra</th>
|
||||
<th>Totale Venduti</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -24,6 +25,9 @@
|
||||
<tr>
|
||||
<td>{{ $articolo->IdArticolo }}</td>
|
||||
<td>{{ $articolo->Titolo }}</td>
|
||||
<td>@if (isset($articolo->ultimaDataOra)){{ \Carbon\Carbon::parse($articolo->ultimaDataOra)->format('d/m/Y') }}@endif
|
||||
</td>
|
||||
|
||||
<td>{{ number_format($articolo->totaleVenduti, 0, ',', '.') }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user