{{-- Top Navigation & Actions --}} {{-- Profile Header Card --}}
{{-- Avatar --}}
{{ strtoupper(substr($student->name, 0, 2)) }}
{{-- Primary Info --}}

{{ $student->name }}

{{ ucfirst($student->status ?? 'Active') }}
ID: {{ $student->username ?? 'N/A' }}
@if($student->email) @endif
{{-- Linked Parents/Guardians Card --}}

Linked Guardians

@if($student->parents && $student->parents->count() > 0) @else

No parents are currently linked to this student.

@endif