@extends('layouts.admin') @section('title', 'Device Details - ' . $device->name) @section('content')
{{ substr($device->api_key, 0, 20) }}...
| Recorded At | Data Type | Value | Raw Data |
|---|---|---|---|
| {{ $data->recorded_at->format('d/m/Y H:i:s') }} | {{ $data->data_type }} |
@if(is_array($data->value))
{{ json_encode($data->value, JSON_PRETTY_PRINT) }}
@else
{{ $data->value }}
@endif
|
|
| No data recorded yet | |||