Compare commits
2 commits
334da613fa
...
7b94e05d0a
Author | SHA1 | Date | |
---|---|---|---|
7b94e05d0a | |||
![]() |
bb122c5e39 |
1 changed files with 0 additions and 12 deletions
|
@ -37,16 +37,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@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>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue