Compare commits
No commits in common. "7b94e05d0a48573868393014be752b51f0887b39" and "334da613fa9cf709a30c2c359ec5a928afa38349" have entirely different histories.
7b94e05d0a
...
334da613fa
|
@ -37,4 +37,16 @@
|
||||||
</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…
Reference in New Issue