invoice->is_amount_discount == true) { return $this->invoice->discount; } return round($amount * ($this->invoice->discount / 100), 2); } }