belongsTo('Institute\InstituteCourse\Models\Institute'); } /** * The course that belong to the institute_course. */ public function course(){ return $this->belongsTo('Institute\InstituteCourse\Models\Course'); } }