Storages

@if ($resource->type() !== 'service') + Add @endif
Persistent storage to preserve data between deployments.
@forelse ($resource->persistentStorages as $storage) @if ($resource->type() === 'service') @else @endif @empty
No storages found.
@endforelse