@extends('layouts.app') @section('title', 'Sensor Logs - ' . $sensor->device_uuid) @section('content')
Showing {{ $logs->total() }} log entries
Timestamp | Gas Level | Battery Level | Status | Location |
---|---|---|---|---|
{{ $log->created_at->format('M j, Y H:i:s') }}
{{ $log->created_at->diffForHumans() }}
|
|
|
@if($log->is_leak_detected) Gas Leak @else Normal @endif | @if($log->latitude && $log->longitude) View on Map @else No location data @endif |
No log entries found for this sensor. |