service_address ?: 'VOIP'; } /** * Return the service number * * @return string */ public function getServiceNameAttribute(): string { return $this->service_number; } public function inContract(): bool { return $this->service_contract_date AND $this->service_contract_date->addMonths($this->contract_term)->isFuture(); } }