@foreach($reworks as $reworks) @endforeach
Cantidad Product Production Id Product Id Action
{{ $reworks->cantidad }} {{ $reworks->product_production_id }} {{ $reworks->product_id }} {!! Form::open(['route' => ['reworks.destroy', $reworks->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}