{{ data_get($resource, 'name', 'unknown') }}

{{ $workdir }}{{ $fs_path }} -> {{ $fileStorage->mount_path }}
@if ($fileStorage->is_directory)
Directory
@else
File
@endif
@if ($fileStorage->is_directory) This will delete all files in this directory. It is not reversible.
Please think again.
@else This will convert this to a directory. If it was a file, it will be deleted. It is not reversible.
Please think again.
@endif This file / directory will be deleted. It is not reversible.
Please think again.
@if (!$fileStorage->is_directory) Save @endif