diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php
index 953bc59fa..a04b477d5 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -21,6 +21,95 @@
step2ButtonText="Permanently Delete" />
@endcan
+ @can('update', $this->env)
+
+
+ @if (!$is_redis_credential)
+ @if ($type === 'service')
+
+
+
+
+ @else
+ @if ($is_shared)
+
+ @else
+ @if ($isSharedVariable)
+
+ @else
+ @if (!$env->is_nixpacks)
+
+ @endif
+
+ @if (!$env->is_nixpacks)
+
+ @if ($is_multiline === false)
+
+ @endif
+ @endif
+ @endif
+ @endif
+ @endif
+ @endif
+
+
+ @else
+
+
+ @if (!$is_redis_credential)
+ @if ($type === 'service')
+
+
+
+
+ @else
+ @if ($is_shared)
+
+ @else
+ @if ($isSharedVariable)
+
+ @else
+
+
+
+ @if ($is_multiline === false)
+
+ @endif
+ @endif
+ @endif
+ @endif
+ @endif
+
+
+ @endcan
@else
@can('update', $this->env)
@if ($isDisabled)