{{$subpedido->nombre}}
Producto
Cantidad
Control 1
Control 2
Control 3
@foreach($subpedido->productos as $producto) @if(!$producto->bono)
{{ $producto->nombre }}
{{ $producto->pivot->cantidad }}
@endif @endforeach