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 @@
- @if ($serviceDatabase->isBackupSolutionAvailable())
+ @if ($serviceDatabase?->isBackupSolutionAvailable())
@endif