Compare commits

..

No commits in common. "7b94e05d0a48573868393014be752b51f0887b39" and "334da613fa9cf709a30c2c359ec5a928afa38349" have entirely different histories.

1 changed files with 12 additions and 0 deletions

View File

@ -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>