Compare commits
2 Commits
334da613fa
...
7b94e05d0a
Author | SHA1 | Date |
---|---|---|
Alejandro Tasistro | 7b94e05d0a | |
Ale | bb122c5e39 |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue