@extends('layouts.app') @section('content') ← Back

Device Logs – {{ $device->device_uid }}

📄 PDF 📊 Excel ❌ Reset
@forelse($logs as $log) @empty @endforelse
Ammonia Sulphur VOC Timestamp Received At
{{ $log->ammonia ?? '-' }} {{ $log->sulphur ?? '-' }} {{ $log->voc ?? '-' }} {{ $log?->timestamp ? date('d-m-Y h:i:s A', strtotime($log->timestamp)) : '-' }} {{ $log?->updated_at ? date('d-m-Y h:i:s A', strtotime($log->updated_at)) : '-' }}
No logs found
{{ $logs->links('pagination::bootstrap-5') }}
{{-- Auto Refresh Script --}} @endsection