{{ $error }}
@endforeach| Link Name | URL | Valid | @else @if($isImage())thumbnail | @endifFile Name | Size | Mime Type | @if($collection == \App\Models\File::COLLECTION_IMAGE)Image Type | @endif @endifLast Modified | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $f->original_name }} | {{ $f->source }} | {{ intval($f->invalid) }} | @else @if($isImage()){{ $f->original_name }} | {{ filesize_formatted($f->size) }} | {{ $f->mime_type }} | @if($collection == \App\Models\File::COLLECTION_IMAGE){{ $f->custom_properties['image_type'] ?? 'general' }} | @endif @endif{{ $f->updated_at->diffForHumans() }} |