{{ $onlineDevice }}
Device Online
{{ $offlineDevice }}
Device Offline
{{ $totalDevice }}
Succesfully Transferred API
{{ $person }}
Total Registered UserTotal User Registered by Device
| No | Name | Temperature | Group | Location | Door | Date | Time | Image Capture |
|---|---|---|---|---|---|---|---|---|
| {{ $k = $k + 1 }} | @if($captures->name) {{$captures->name}} @else Unregistered Personnel @endif | {{number_format((float)$captures->temperature, 1, '.', '')}} | {{$captures->group}} | @if ($captures->device) {{$captures->device->location}} @endif | @if ($captures->device) {{$captures->device->door}} @endif | {{date("d/m/Y",$captures->time)}} | {{date("H:i:s A",$captures->time)}} |