diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php
index f8d5f8a43..5fcfb6b29 100644
--- a/resources/views/livewire/project/service/index.blade.php
+++ b/resources/views/livewire/project/service/index.blade.php
@@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
- @if ($serviceDatabase->isBackupSolutionAvailable())
+ @if ($serviceDatabase?->isBackupSolutionAvailable())
@endif