@extends('layouts.admin') @section('title', 'QR Code Check-In') @section('page-title', 'QR Code Check-In') @section('page-subtitle', 'Scan member QR codes for attendance') @section('content')
Select a service and scan the member's QR code to check them in
Members can check themselves in using their smartphones by visiting:
{{ url('/check-in') }}/[member-qr-code]
Sample QR Code:
{{ url('/check-in') }}/SAMPLE123
Each member has a unique QR code in their profile. Share their personal check-in link for easy self-service attendance.
Generate and print QR codes for members who don't have smartphones.
Tip: Download individual member QR codes from their profile page for personalized attendance cards.