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