@extends('layouts.admin') @section('title', 'Attendance Statistics') @section('page-title', 'Attendance Statistics') @section('page-subtitle', 'Attendance overview for ' . now()->format('F Y')) @section('content')
Today ({{ now()->format('M d') }})
{{ $todayStats['total'] }}
check-ins today
This Week
{{ $weekStats['total'] }}
attendees
This Month
{{ $monthStats['total'] }}
attendees
Total Members
{{ $totalMembers }}
active members
{{ $service->name }}
{{ $service->attendances_count }} total attendance
{{ $service->latest_attendance ?? 0 }}
last service
No service data yet
@endforelse{{ $attendee->full_name }}
{{ $attendancesCount }} attendances this month
No attendee data yet
@endforelse{{ $service->name }}
{{ $service->formatted_date }}
{{ $service->formatted_time }}