{{ translate('Share', 'files') }}
@if ($fileEntry) @if ($fileEntry->isPrivate())
{{ translate('Private files or folders cannot be shared, change the visibility to public before sharing.', 'files') }}
@else
{!! $fileEntry->getFileIcon($fileEntry->isFolder() ? 'fa-2x' : 'vi-sm') !!}

{{ shorterText($fileEntry->name, 35) }}

@endif @endif