@forelse ($storages as $storage)

Name:{{ data_get($storage, 'name') }}

MountPath:{{ data_get($storage, 'mount_path') }}

HostPath:{{ data_get($storage, 'host_path') }}

ContainerId:{{ data_get($storage, 'container_id') }}

@empty

No storage found.

@endforelse