@extends('layouts.app') @section('title', 'Sensor: ' . $sensor->device_uuid) @section('content')
{{ $sensor->location }}
@endifThis sensor is not registered to any user. Register it now
Gas Level: {{ $log->gas_level }}%
{{ $log->created_at->diffForHumans() }}
{{ $log->created_at->format('M j, Y g:i A') }}