@if(session('grid') && $isImage())
@else| @if($linkable()) | Link Name | URL | Valid | @else @if($isImage())thumbnail | @endifFile Name | Size | Mime Type | @if($collection == \App\Models\File::COLLECTION_IMAGE)Image Type | @endif @endifKeywords | Last Modified | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($linkable()) | {{ $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->keywords }} | {{ $f->updated_at->timestamp }}{{ $f->updated_at->diffForHumans() }} |