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