@php use Illuminate\Support\Str; @endphp
@lang('Please wait, validating large files may take a moment.')
✓ {{ count($uploadedFiles) }} file(s) uploaded successfully!
@lang('Max :max files, :maxSize MB each.', [
'max' => setting('media_max_files', 5),
'maxSize' => setting('media_max_size', 25),
])
@lang('Allowed types: :types', [
'types' => setting('media_allowed_types', 'jpg, png, gif, webp, svg, mp4, avi, mov, wmv, flv, webm, mp3, wav, m4a, pdf, doc, docx, xls, xlsx'),
])
@lang('No images found.')
@if (!empty($searchTerm))@lang('Try adjusting your search term.')
@endif@lang('No videos found.')
@if (!empty($searchTerm))@lang('Try adjusting your search term.')
@endif{{ \Illuminate\Support\Str::limit($file->filename, 20, '...') }}
{{ strtoupper($file->extension) }} • {{ number_format($file->file_size / 1024, 1) }} KB
{{ $file->format_date }}
@lang('No files found.')
@if (!empty($searchTerm))@lang('Try adjusting your search term.')
@endif@lang('Google Drive integration coming soon...')
@lang('Enter a search term to find stock images')
@else@lang('No stock images found for') "{{ $searchTerm }}"
@lang('Try adjusting your search term.')
@endif@lang('Enter a search term to find stock videos')
@else@lang('No stock videos found for') "{{ $searchTerm }}"
@lang('Try adjusting your search term.')
@endif