This commit is contained in:
paoloar77
2024-12-07 23:40:10 +01:00
parent d3bee37a5b
commit d2e7f13500
2 changed files with 13 additions and 8 deletions

View File

@@ -18,6 +18,7 @@
<th>Data Ora</th>
<th>Quantità</th>
<th>Titolo Articolo</th>
<th>Ean13</th>
</tr>
</thead>
<tbody>
@@ -29,6 +30,8 @@
</td>
<td>@if (isset($articolo->Titolo)){{ $ordine->Titolo }}@endif
</td>
<td>@if (isset($articolo->Ean13)){{ $ordine->Ean13 }}@endif
</td>
</tr>
@endforeach
</tbody>