{{-- Share URL --}}
{{-- Details --}}
{{ __('Files') }}

{{ $share->files->count() }}

{{ __('Total Size') }}

{{ Number::fileSize($share->total_size) }}

{{ __('Expires') }}

{{ $share->expires_at ? $share->expires_at->diffForHumans() : __('Never') }}

{{ __('Max Downloads') }}

{{ $share->max_downloads ?? __('Unlimited') }}

@if ($share->isPasswordProtected())
{{ __('This share is password protected') }}
@endif