@php // Logo $logo = asset('/storage/media/settings/kda-logo.jpeg'); // Student photo $avatar = $student->photo ? asset('storage/media/students/' . $student->photo) : asset('assets/static/images/faces/2.jpg'); @endphp
{{ $student->user->name }}
Name: {{ $student->user->name }}
Student ID: {{ $student->reg_id }}
Registration No: {{ $student->registration_no }}
Registration Date: {{ \Carbon\Carbon::parse($student->registration_date)->format('d M Y') }}
Session Year: {{ $student->session_year }}
Batch: {{ $student?->currentBatch?->batch?->title ?? 'N/A' }}
Contact: {{ $student->user->phone }}

Student Information

Rules & Regulations

  • This card must be carried at all times within the campus
  • This card is non-transferable
  • Loss of card should be reported immediately
  • Duplicate card will be issued on payment of fees
  • Card must be surrendered upon completion/withdrawal
{!! QrCode::size(100)->generate(json_encode([ 'Name' => $student->user->name, 'Phone' => $student->user->phone, 'Email' => $student->user->email, 'ID' => $student->reg_id, ])) !!}
Authorized Signature