belongsTo(User::class); } public function getFullAddressAttribute(){ return "{$this->province}{$this->city}{$this->district}{$this->address}"; } }