{{ translate('Files') }}
@foreach ($uploadedFiles as $uploadedFile)
@if ($uploadedFile->isImage()) {{ $uploadedFile->name }} @else @endif
{{ $uploadedFile->getShortName() }} ({{ $uploadedFile->getSize() }})

{{ $uploadedFile->created_at->diffforhumans() }}

@endforeach
{{ translate('Drop files here to upload') }}

{{ translate('Drag and drop or click here to upload. All file types are allowed, with no maximum size.') }}

{{ translate('Thumbnail (.JPG or .PNG)') }}
@if (!$category->isFileTypeFileWithAudioPreview())
{{ translate('Preview image (.JPG or .PNG)') }}
@endif @if ($category->isFileTypeFileWithVideoPreview())
{{ translate('Video preview (.MP4 or .WEBM)') }}
@elseif($category->isFileTypeFileWithAudioPreview())
{{ translate('Audio preview (.MP3 or .WAV)') }}
@endif
{{ translate('Upload the item files that will buyers download') }}
{{ translate('Enter the external URL where the buyer will be redirected to download the file.') }}
@if ($category->isFileTypeFileWithImagePreview())
{{ translate('Item screenshots images (.JPG or .PNG)') }}
@endif
@push('top_scripts') @include('admin.partials.dropzone-options') @endpush @push('styles_libs') @endpush @push('scripts_libs') @endpush