diff --git a/resources/views/application/deployment-script.blade.php b/resources/views/application/deployment-script.blade.php index 4876449d..77cf5cc6 100644 --- a/resources/views/application/deployment-script.blade.php +++ b/resources/views/application/deployment-script.blade.php @@ -16,7 +16,7 @@ class="p-6"
- + {{ old("script", $site->deploymentScript?->content) }} @error("script") diff --git a/resources/views/application/env.blade.php b/resources/views/application/env.blade.php index b9c55430..a553a49a 100644 --- a/resources/views/application/env.blade.php +++ b/resources/views/application/env.blade.php @@ -21,7 +21,7 @@ class="mt-6" >
- + {{ old("env", session()->get("env") ?? "Loading...") }}
diff --git a/resources/views/php/partials/update-php-ini.blade.php b/resources/views/php/partials/update-php-ini.blade.php index 3e9eba91..60bd45bc 100644 --- a/resources/views/php/partials/update-php-ini.blade.php +++ b/resources/views/php/partials/update-php-ini.blade.php @@ -14,7 +14,7 @@ class="p-6"
- + {{ old("ini", session()->get("ini")) }} @error("ini") diff --git a/resources/views/scripts/partials/fields/content.blade.php b/resources/views/scripts/partials/fields/content.blade.php index 84a627c2..578d51da 100644 --- a/resources/views/scripts/partials/fields/content.blade.php +++ b/resources/views/scripts/partials/fields/content.blade.php @@ -1,5 +1,5 @@ - + {{ $value }} @error("content") diff --git a/resources/views/site-settings/partials/update-v-host.blade.php b/resources/views/site-settings/partials/update-v-host.blade.php index 4b30a0f0..e495e50c 100644 --- a/resources/views/site-settings/partials/update-v-host.blade.php +++ b/resources/views/site-settings/partials/update-v-host.blade.php @@ -22,7 +22,7 @@ class="space-y-6" hx-swap="outerHTML" >
- + {{ session()->has("vhost") ? session()->get("vhost") : "Loading..." }}