@php $stats = $this->getStats(); $offices = $this->getOffices(); $markers = $this->getAttendanceMarkers(); $center = $this->getMapCenter(); @endphp
{{-- Stats Cards - Single Row --}}

{{ $stats['total'] }}

Total Presensi

{{ $stats['checked_in'] }}

Check In

{{ $stats['checked_out'] }}

Check Out

{{ $stats['in_radius'] }}

Dalam Radius

{{ $stats['out_radius'] }}

Luar Radius

{{-- Filter --}} Filter
{{ $this->form }}
{{-- Map Container --}} Peta Lokasi Presensi Kantor Check In Check Out
@push('styles') @endpush @push('scripts') @endpush