diff --git a/resources/views/livewire/storage/index.blade.php b/resources/views/livewire/storage/index.blade.php index 3ab495569..605653504 100644 --- a/resources/views/livewire/storage/index.blade.php +++ b/resources/views/livewire/storage/index.blade.php @@ -17,7 +17,11 @@ {{ $storage->name }}
- {{ $storage->description }}
+ {{ $storage->description }} + + @if (!$storage->is_usable) +
Not Usable
+ @endif @empty