{{ __('Profile') }}

{{-- Profile Information Form --}}
@include('profile.partials.update-profile-information-form') {{-- Programme Block Inserted Below Profile Info --}} @if ($programme)

Programme: {{ $programme->description }}

Mode: {{ $programme->attendance_mode }}

Credits: {{ $programme->total_credits }}

Duration: {{ $programme->duration }} year(s)

Status: {{ ucfirst($programme->status) }}

@else
No programme registered for this student.
@endif
{{-- Password Update Form --}}
@include('profile.partials.update-password-form')
{{-- Delete Account Form --}}
@include('profile.partials.delete-user-form')