belongsTo('App\RoomType'); } public function getAreaAttribute() { return $this->surface * $this->room_type->coefficient; } }