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