belongsTo(StudentDetail::class, 'student_details_id'); } /** * Relationship: Course */ public function course() { return $this->belongsTo(Course::class, 'course_id'); } }