@extends('garage.layouts.app') @section('content') @include('garage.hr.styles')
UserID) equals the employee
Attendance code in HR or the value saved in mapping below. Device names are not used for attendance.
| Device user ID | Name on device | Card | Punches | Suggested employee | |
|---|---|---|---|---|---|
{{ $id->device_user_id ?: '—' }} |
{{ $id->person_name ?: '—' }} | {{ $id->card_no ?: '—' }} |
{{ $id->punch_count }} |
@if($top)
{{ $top['employee_name'] }}
{{ $top['score'] }}% match
@if(count($row['suggestions']) > 1)
Also: {{ $row['suggestions'][1]['employee_name'] }} ({{ $row['suggestions'][1]['score'] }}%)
@endif
@else
No name to match — set User ID below
@endif
|
@if($top) Use suggestion @endif |