Sacados bonos de pdfs por estar la tabla de bonos en admin #15

Merged
atasistro merged 1 commit from adminUI into master 2023-03-20 21:06:16 -03:00
Showing only changes of commit bb122c5e39 - Show all commits

View file

@ -37,16 +37,4 @@
</tr>
@endif
@endforeach
@foreach($subpedido->productos as $producto)
@if($producto->bono)
<tr>
<td>
{{ $producto->nombre }}
</td>
<td style="text-align: center">
{{ $producto->pivot->cantidad }}
</td>
</tr>
@endif
@endforeach
</table>