belongsToMany( StudentDetail::class, 'course_assign_student', 'course_id', 'student_details_id' ); } }