forked from nathalie/pedi2
Merge pull request 'Sacados bonos de pdfs por estar la tabla de bonos en admin' (#15) from adminUI into master
Reviewed-on: nathalie/pedi2#15
This commit is contained in:
commit
7b94e05d0a
|
@ -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