Unique QR identification and student details
Unique identifier for attendance and payments
Full Name
{{ $student->name }}
Grade / Class
{{ $student->grade }}
WhatsApp Number
{{ $student->whatsapp_number }}
Parent's Phone Number (SMS)
{{ $student->parent_phone ?? 'Not provided' }}
Fee Configuration
Rs. {{ number_format($student->fee_amount, 2) }}
{{ $student->fee_type }}Registration Date
{{ $student->created_at->format('M d, Y') }}
Unique Identifier (UUID)
{{ $student->student_uuid }}