{{ translate('Date', 'download pages') }}: {{ dateFormat($fileEntry->created_at) }}

{{ translate('Uploaded By', 'download pages') }}: {{ $fileEntry->user ? $fileEntry->user->name : translate('Anonymous', 'download pages') }}

{{ translate('Size', 'download pages') }}: {{ $fileEntry->getFullSize() }}

{{ translate('Downloads', 'download pages') }}: {{ formatNumber($fileEntry->downloads) }}

@php $reportFileStatus = auth()->user() && $fileEntry->user_id == auth()->user()->id ? false : true; @endphp @if ($reportFileStatus)
@endif
@if ($reportFileStatus) @endif