{{-- Top Navigation & Action Bar --}} {{-- Success Display Container with Embedded Logic Actions --}} @if (session('success') && session('generated_username'))

🎉 {{ session('success') }}

Active credential tokens for {{ session('student_name') }}:

{{-- Physical Access Card Display --}}
PASS CARD 🎒
Secret Username
{{ session('generated_username') }}
Magic Password
{{ session('generated_password') }}
{{-- Action Suite Form Elements --}}

Option A: Get Official PDF Slip

📥 Download PDF Card File

Option B: Send to Explicit Parent Mail

@csrf
@endif
{{-- Panel A: Fresh Account Onboarding Setup Form --}}
🌱

Create New Student Account

Generates unique child-friendly profiles automatically.

@csrf
{{-- Panel B: Lost Credentials Card Reset Hub --}}
🔄

Regenerate Lost Card

Overwrites token pairs for an existing user row without cloning data.

@csrf