{!! Form::label('id', 'Id:') !!}

{{ $device->id }}

{!! Form::label('app_user_id', 'App User Id:') !!}

{{ $device->app_user_id }}

{!! Form::label('device_id', 'Device Id:') !!}

{{ $device->device_id }}

{!! Form::label('platform', 'Platform:') !!}

{{ $device->platform }}

{!! Form::label('app_version', 'App Version:') !!}

{{ $device->app_version }}

{!! Form::label('device_token', 'Device Token:') !!}

{{ $device->device_token }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $device->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $device->updated_at }}