forked from nathalie/pedi2
Sacados bonos de pdds por estar la tabla de bonos en admin
This commit is contained in:
parent
896baf18dd
commit
bb122c5e39
|
@ -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…
Reference in New Issue