@extends('layouts.admin') @section('title', 'Member QR Code') @section('page-title', 'Member QR Code') @section('page-subtitle', 'Attendance check-in QR code') @section('content')

{{ $member->full_name }}

{{ $member->member_id }}

QR Code

Scan this code at the check-in station

@endsection @push('scripts') @endpush