{{-- Do your work, then step back. --}}
Edit Profile
{{ __('Edit Profile') }}
@livewire('students.students-profile-edit-biodata-form', ['studentID' => $student->id], key('students-profile-edit-modal-form-' . uniqid()))
@livewire('students.students-profile-edit-profile-pic-form', ['studentID' => $student->id], key('students-profile-edit-modal-form-' . uniqid()))
@livewire('students.students-profile-edit-health-staus-form', ['studentID' => $student->id], key('students-profile-edit-modal-form-' . uniqid()))
@livewire('students.students-profile-edit-home-situation-form', ['studentID' => $student->id], key('students-profile-edit-modal-form-' . uniqid()))
@livewire('students.students-profile-edit-other-info-form', ['studentID' => $student->id], key('students-profile-edit-modal-form-' . uniqid()))
{{ __('Cancel') }}