Laporan Keamanan dan Monitoring

@if(count($reports) > 0) @foreach($reports as $key => $report) @endforeach
# Tanggal Waktu Gerakan Status Keamanan Akses Terakhir Status Servo Status Perangkat Kelembaban Suhu
{{ $key + 1 }} {{ $report['tanggal'] }} {{ $report['waktu'] }} {{ ucfirst($report['security']['motion']) }} {{ ucfirst($report['security']['status']) }} {{ $report['smartcab']['last_access'] }} {{ ucfirst($report['smartcab']['servo_status']) }} {{ ucfirst($report['smartcab']['status_device']) }} {{ $report['dht11']['humidity'] }}% {{ $report['dht11']['temperature'] }}°C
@else
Tidak ada data laporan.
@endif