{{ __('Student Profile') }}

Unique QR identification and student details

Back to List
{!! QrCode::size(200)->format('svg')->generate($student->student_uuid) !!}

Student QR Code

Unique identifier for attendance and payments

Personal Information

Edit Details

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 }}