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