@extends('layouts.app') @section('title', 'QR Code Absensi Terintegrasi & Live Monitor') @section('page-title', 'QR Code Absensi & Live Monitor Real-Time') @section('page-subtitle', 'QR Code terintegrasi langsung ke sistem presensi. Scan via kamera HP atau browser untuk presensi otomatis.') @push('styles') @endpush @section('content')
{{-- Left Column: Integrated QR Code Cards --}}
@forelse($locations as $loc) @php $scanUrl = $loc->scan_url; @endphp
Kantor Resmi
{{ $loc->name }}
--:--:--
{{-- QR Code Image encoding the actual direct system URL --}}
QR Code {{ $loc->name }}
URL Terintegrasi Sistem:
{{ $scanUrl }}
Titik Koordinat:{{ $loc->latitude }}, {{ $loc->longitude }}
Radius Absensi:{{ $loc->radius_meters }} Meter
Max Akurasi GPS:{{ $loc->max_gps_accuracy ?? 30 }} Meter
Sistem Sync: Real-Time
Uji URL Langsung
@empty
Belum ada lokasi kantor yang aktif.
@endforelse
{{-- Right Column: Live Synchronized Real-Time Attendance Stream --}}
Live Stream Presensi Hari Ini
Tersinkronisasi otomatis secara real-time saat karyawan scan
{{-- Stat Cards --}}
TOTAL HADIR

0

TERLAMBAT

0

STATUS SYNC
Terhubung Real-Time
{{-- Live Feed List --}}
Menunggu karyawan memindai QR Code hari ini...
{{-- Hidden Printable Area --}}

SISTEM ABSENSI KARYAWAN

QR Absensi
Batas Radius Absensi GPS:
Petunjuk Absensi:
1. Buka Kamera HP / Google Lens / Menu Scan QR pada aplikasi.
2. Arahkan kamera ke QR Code di atas.
3. Pastikan GPS lokasi aktif agar sistem memverifikasi kehadiran Anda secara otomatis.
@push('scripts') @endpush @endsection