diff --git a/resources/views/livewire/project/service/configuration.blade.php b/resources/views/livewire/project/service/configuration.blade.php
index c02a2ea05..62b02ec88 100644
--- a/resources/views/livewire/project/service/configuration.blade.php
+++ b/resources/views/livewire/project/service/configuration.blade.php
@@ -68,8 +68,7 @@
{{ $application->status }}
diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php
index 1e1df6f47..e7de24e6f 100644
--- a/resources/views/livewire/project/service/index.blade.php
+++ b/resources/views/livewire/project/service/index.blade.php
@@ -13,19 +13,10 @@
@click.prevent="activeTab = 'storages'; window.location.hash = 'storages'; if(window.location.search) window.location.search = ''"
href="#">Storages
-
Environment
- Variables
Scheduled Tasks
-
Danger Zone
-
@if (
$serviceDatabase?->databaseType() === 'standalone-mysql' ||
$serviceDatabase?->databaseType() === 'standalone-postgresql' ||
@@ -69,14 +60,10 @@
-
+ @endisset
-
-
-
- @endisset
+
-
diff --git a/resources/views/livewire/project/service/storage.blade.php b/resources/views/livewire/project/service/storage.blade.php
index 8aef17717..59d3a8b23 100644
--- a/resources/views/livewire/project/service/storage.blade.php
+++ b/resources/views/livewire/project/service/storage.blade.php
@@ -48,5 +48,10 @@
@endforeach
@endif
+ @if (
+ $resource->persistentStorages()->get()->count() == 0 &&
+ $resource->fileStorages()->get()->count() == 0)
+ No storages found.
+ @endif
@endif