This commit is contained in:
paoloar77
2024-12-07 23:49:48 +01:00
parent 2a67777f94
commit 9e45e7695e

View File

@@ -22,6 +22,8 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<pre>{{ print_r($ordini, true) }}</pre>
@foreach($ordini as $ordine) @foreach($ordini as $ordine)
<tr> <tr>
<td>@if (isset($ordine->progressivo)){{ $ordine->progressivo }}@endif <td>@if (isset($ordine->progressivo)){{ $ordine->progressivo }}@endif