message = $message; } public function render(): RedirectResponse { return redirect()->route('license.create') ->with('error', $this->message); } }