{!! Form::label('cycle_time', 'Cycle Time:') !!}

{{ $deviceProduct->cycle_time }}

{!! Form::label('product_id', 'Product Id:') !!}

{{ $deviceProduct->product_id }}

{!! Form::label('devices_id', 'Devices Id:') !!}

{{ $deviceProduct->devices_id }}