belongsToMany(Docter::class, 'team_docters'); } public function DocterOrganization(){ return $this->belongsTo(DocterOrganization::class); } }