@lang('app.moveFilesToCloud')
×
@if($localFilesCount>0)
Name
Size
Location
Moved
@foreach($files as $file)
@if ($file->icon == 'images')
@lang('app.view')
@else
@lang('app.view')
@endif
{{$file->size_format}}
{{$file->storage_location}}
@if($file->storage_location === 'aws_s3')
@else
@endif
@endforeach
@else
@lang('messages.allFilesMovedToCloud')
@endif