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