{{ Str::limit($file->name, 40) }}
Preview is not available for .{{ strtoupper($ext ?: 'this') }} files.
Click below to open or download.
| Name | {{ $file->name }} |
| Type | {{ ucfirst($file->type) }} |
| Extension | .{{ strtoupper($ext ?: '—') }} |
| Size | {{ $sizeStr }} |
| Uploaded | {{ $file->created_at->format('M d, Y \a\t g:i A') }} |
| Last Updated | {{ $file->updated_at->format('M d, Y \a\t g:i A') }} |
| Owner | {{ auth()->user()->name }} |
| Path | {{ $file->path }} |