@section('title', 'Files Activity') @section('vendor-style') @endsection
@php $ver_count = @getFileVersion(getHistoryDir(getStoragePath(ltrim($file->curFilePath(), '/')))) ?? 0; @endphp @for ($ver_count; $ver_count > 0; $ver_count--) @endfor
Version Size Last Modified Action
Version {{ $ver_count }} {{ human_filesize(Storage::size($file->curFilePath())) }} {{ formatUNIXTimeStamp(Storage::lastModified($file->curFilePath())) }}