@extends('layouts.master') @section('css') @endsection @section('breadcrumb')
| Device name | ID Number | Serial Number | State | Timestamp | Type | Value |
|---|---|---|---|---|---|---|
| {{ $data['devicename'] }} | {{ $attendance['id'] }} | {{ $attendance['uid'] }} | @if (isset($attendanceFaceTypeMap[$attendance['state']])) {{ $attendanceFaceTypeMap[$attendance['state']]['label'] }} @else Unknown @endif | {{ $attendance['timestamp'] }} | @if (isset($attendanceTypeMap[$attendance['type']])) {{ $attendanceTypeMap[$attendance['type']]['label'] }} @else Unknown @endif | {{ $attendance['type'] }} |