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

Dashboard Overview

Last Update at {{ date("H") }}:00

{{ $onlineDevice }}

Device Online

{{ $offlineDevice }}

Device Offline

{{ $totalDevice }}

Succesfully Transferred API

{{ $person }}

Total Registered User

Daily Visitors

Current Month

{{ $currentMonth }}

Previous Month

{{ $lastMonth }}

Total User Registered by Device

Latest Scan Log

@foreach($capture as $k => $captures) @if($captures->device) @endif @endforeach
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)}}
@endsection @push('js') @endpush