name . ' ' . $this->surname; } public function getPhoneFormattedAttribute() { return $this->phone_code . '' . $this->phone_number; } public function getInvoiceArrayAttribute() { if (!is_null($this->invoice)) { return json_decode($this->invoice, 1); } else { return null; } } }