@extends('components.app-layout') @section('title', 'Mark Attendance') @section('subtitle', 'QR Code Scan') @section('content')

Mark Your Attendance

{{ $event->title }}

{{ $event->start_datetime->format('l, F j, Y \a\t g:i A') }}

@csrf

Instructions

@push('scripts') @endpush @endsection