@foreach($productionShipmentPaints as $productionShipmentPaint) @endforeach
Por Pintar Pintados En Pintura Component Id Action
{{ $productionShipmentPaint->por_pintar }} {{ $productionShipmentPaint->pintados }} {{ $productionShipmentPaint->en_pintura }} {{ $productionShipmentPaint->component_id }} {!! Form::open(['route' => ['productionShipmentPaints.destroy', $productionShipmentPaint->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}