@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | ' . $device->name) @section('page-title', $device->name) @section('content') All devices
{{ $device->ip_address }}:{{ $device->port }}| Time | Enrol ID | Matched to | State | Attendance |
|---|---|---|---|---|
| {{ $l->punch_time->format('Y-m-d H:i') }} | {{ $l->device_user_id }} |
@if($l->learner){{ $l->learner->first_name }} {{ $l->learner->last_name }} {{ $l->learner->admission_no }} @elseif($l->staff){{ $l->staff->first_name }} {{ $l->staff->last_name }} {{ $l->staff->staff_no }} @elseUnmatched@endif | {{ $l->punch_state == 1 ? 'Check-out' : 'Check-in' }} | @if($l->attendance_id)Marked @elseif($l->processed)Logged @elsePending@endif |
|
No punches yet Pull attendance from the device or import a CSV. | ||||