@if($student->photo)

@else
@endif
{{ $student->name }}
{{ $student->enrollment_no }}
{{ $student->is_active ? 'Active' : 'Inactive' }}
- Course
- {{ optional($student->course)->name }}
- Session
- {{ optional($student->academicSession)->name }}
- Semester
- {{ $student->current_semester }}
- Advisor
- {{ optional($student->advisor)->name ?? '-' }}
- Phone
- {{ $student->phone ?? '-' }}
- Admission
- {{ optional($student->admission_date)->format('d M Y') }}