{{-- In work, do what you enjoy. --}}
  • {{ __('Parents') }}
  • parents
    {{--
    @if (!$student->deleted_at) @livewire('students.student-parents-attach-modal', ['studentID' => $student->id], key('student-parent-attach-modal-' . $student->id)) @endif
    --}}
    @livewire('students.student-parents-list', ['studentID' => $student->id], key('student-parent-list-' . uniqid()))