public function errors() : MessageBag { if (!$this->errors) { $this->errors = new MessageBag(); } return $this->errors; }