@extends('layouts.app') @section('title', 'Clock In/Out') @section('subtitle', 'Biometric attendance system') @section('content')
Place finger on scanner
Touch to scan biometric
Clock Ins
{{ $stats['clock_ins'] }}
Clock Outs
{{ $stats['clock_outs'] }}
Underground
{{ $stats['underground'] }}
Late Arrivals
{{ $stats['late_arrivals'] }}
{{ $employee['name'] }}
{{ $employee['employee_id'] }} • {{ $employee['department'] }}
{{ $employee['duration'] }}
{{ $activity['employee_name'] }}
{{ $activity['employee_id'] }} • {{ ucfirst(str_replace('_', ' ', $activity['action'])) }}
{{ Carbon\Carbon::parse($activity['timestamp'])->format('H:i') }}
No recent activity