belongsTo(Customer::class, 'customer_id', 'id'); } public function getProfitLv5Attribute() { return Helps::percentage($this->total_prize5, $this->total_money5); } public function getProfitLv3Attribute() { return Helps::percentage($this->total_prize3, $this->total_money3); } public function getProfitLv2Attribute() { return Helps::percentage($this->total_prize2, $this->total_money2); } }