previewData()))"
class="bg-white rounded-lg shadow px-4 sm:px-5 py-4 flex items-center gap-3 sm:gap-4 hover:bg-gray-50 cursor-pointer transition-colors min-w-0">
{{-- Thumbnail oder Icon --}}
@if ($file->isImage())
@if ($file->iconType() === 'pdf')
@elseif ($file->iconType() === 'word')
@elseif ($file->iconType() === 'excel')
@else
@endif
{{ $file->original_name }}
{{ $file->category->name }}
{{ $file->humanSize() }}
{{ $file->created_at->translatedFormat(__('ui.date_format_short')) }}