@foreach($deviceProducts as $deviceProduct) @endforeach
Cycle Time Product Id Devices Id Action
{{ $deviceProduct->cycle_time }} {{ $deviceProduct->product_id }} {{ $deviceProduct->devices_id }} {!! Form::open(['route' => ['deviceProducts.destroy', $deviceProduct->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}