belongsToMany(Address::class); } public function domain() { return $this->belongsTo(Domain::class); } public function echomail() { return Echomail::select('*') ->where('echoarea_id',$this->id); } }