key = $this->env['key']; $this->value = $this->env['value'] ?? null; $this->comment = $this->env['comment'] ?? null; $this->serviceName = $this->env['service_name'] ?? null; } public function render() { return view('livewire.project.shared.environment-variable.show-hardcoded'); } }