- {{ $currentFile->file_path }} |
- {{ Helper::getFormattedDateObject($currentFile->created_at, 'datetime', false) }} |
- {{ Helper::formatFilesizeUnits($currentFile->filesize) }} |
+ {{ $currentFile->file_path }} |
+ {{ Helper::getFormattedDateObject($currentFile->created_at, 'datetime', false) }} |
+ {{ ($currentFile->adminuser) ? $currentFile->adminuser->present()->fullName : '--'}} |
+ {{ Helper::formatFilesizeUnits($currentFile->filesize) }} |
|